From 5e3e443d5adaed86ee73a12457c8a3b118ca68c6 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 4 Feb 2007 17:49:02 +0000 Subject: [PATCH] Add the following pseudo-devices: * lockstat - see lockstat(8) * swwdog - see swwdog(4) --- sys/arch/i386/conf/ALL | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index c392959c13ec..786fb4c5e2b3 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -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.