Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add drvctl to macppc GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/c00732fd8ba2
branches:  trunk
changeset: 778135:c00732fd8ba2
user:      riz <riz%NetBSD.org@localhost>
date:      Sat Mar 17 19:54:09 2012 +0000

description:
Add drvctl to macppc GENERIC.

diffstat:

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

diffs (28 lines):

diff -r ccf435a5adcf -r c00732fd8ba2 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sat Mar 17 18:02:41 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sat Mar 17 19:54:09 2012 +0000
@@ -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 @@
 
 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 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



Home | Main Index | Thread Index | Old Index