Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf add drvctl



details:   https://anonhg.NetBSD.org/src/rev/52cf5d3b915a
branches:  trunk
changeset: 772263:52cf5d3b915a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Dec 26 23:57:13 2011 +0000

description:
add drvctl

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 5a87786dd7f6 -r 52cf5d3b915a sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Mon Dec 26 23:50:43 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Mon Dec 26 23:57:13 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.3 2011/12/26 21:06:42 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.4 2011/12/26 23:57:13 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.3 $"
+#ident                 "GENERIC-$Revision: 1.4 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -60,6 +60,7 @@
 pseudo-device  loop
 pseudo-device  pty
 pseudo-device  bpfilter
+pseudo-device  drvctl
 
 # Pull in optional local configuration
 cinclude "arch/usermode/conf/GENERIC.local"



Home | Main Index | Thread Index | Old Index