Module Name:    src
Committed By:   riz
Date:           Sat Mar 17 19:54:09 UTC 2012

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

Log Message:
Add drvctl to macppc GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/sys/arch/macppc/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/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.298 src/sys/arch/macppc/conf/GENERIC:1.299
--- src/sys/arch/macppc/conf/GENERIC:1.298	Sat Mar 10 21:51:54 2012
+++ src/sys/arch/macppc/conf/GENERIC	Sat Mar 17 19:54:09 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.298 2012/03/10 21:51:54 joerg Exp $
+# $NetBSD: GENERIC,v 1.299 2012/03/17 19:54:09 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.298 $"
+#ident 		"GENERIC-$Revision: 1.299 $"
 
 maxusers	32
 
@@ -613,6 +613,9 @@ pseudo-device	nsmb			# SMB requester
 #pseudo-device	pflog			# PF log if
 pseudo-device	putter			# for puffs and pud
 
+# userland interface to drivers, including autoconf and properties retrieval
+pseudo-device   drvctl
+
 # Veriexec
 #
 # a pseudo device needed for veriexec

Reply via email to