Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/conf Add pseudo-device drvctl.



details:   https://anonhg.NetBSD.org/src/rev/7e38be38750f
branches:  trunk
changeset: 757160:7e38be38750f
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Aug 17 00:02:28 2010 +0000

description:
Add pseudo-device drvctl.

diffstat:

 sys/arch/hp700/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 8238a823d980 -r 7e38be38750f sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Mon Aug 16 22:11:55 2010 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Tue Aug 17 00:02:28 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.101 2010/06/24 16:06:03 skrll Exp $
+# $NetBSD: GENERIC,v 1.102 2010/08/17 00:02:28 dyoung Exp $
 #
 # GENERIC machine description file
 #
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.101 $"
+#ident                 "GENERIC-$Revision: 1.102 $"
 
 maxusers       32              # estimated number of users
 
@@ -771,6 +771,9 @@
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if
 
+# userland interface to drivers, including autoconf and properties retrieval
+pseudo-device  drvctl
+
 # Veriexec
 #
 # a pseudo device needed for veriexec



Home | Main Index | Thread Index | Old Index