Add the following pseudo-devices:

* lockstat - see lockstat(8)
* swwdog - see swwdog(4)
This commit is contained in:
xtraeme 2007-02-04 17:49:02 +00:00
parent 470eb9feca
commit 5e3e443d5a

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.79 2007/01/28 20:55:20 pooka Exp $
# $NetBSD: ALL,v 1.80 2007/02/04 17:49:02 xtraeme Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.79 $"
#ident "ALL-$Revision: 1.80 $"
maxusers 32 # estimated number of users
@ -1399,10 +1399,16 @@ options FILEASSOC # fileassoc(9) - required for Veriexec
# Veriexec
pseudo-device veriexec
#
# drvctl - needed to show device dictionary via drvctl(8)
pseudo-device drvctl
# pseudo-device lockstat needed for lockstat(8)
pseudo-device lockstat
# software watchdog driver - swwdog(4)
pseudo-device swwdog 1
# Uncomment the fingerprint methods below that are desired. Note that
# removing fingerprint methods will have almost no impact on the kernel
# code size.