Module Name:    src
Committed By:   dyoung
Date:           Tue Aug 17 00:02:28 UTC 2010

Modified Files:
        src/sys/arch/hp700/conf: GENERIC

Log Message:
Add pseudo-device drvctl.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/arch/hp700/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/conf/GENERIC
diff -u src/sys/arch/hp700/conf/GENERIC:1.101 src/sys/arch/hp700/conf/GENERIC:1.102
--- src/sys/arch/hp700/conf/GENERIC:1.101	Thu Jun 24 16:06:03 2010
+++ src/sys/arch/hp700/conf/GENERIC	Tue Aug 17 00:02:28 2010
@@ -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

Reply via email to