Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/5472e0ce2f00
branches:  trunk
changeset: 785657:5472e0ce2f00
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Mar 24 13:56:24 2013 +0000

description:
add drvctl

diffstat:

 sys/arch/evbarm/conf/RPI |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a67ef9539859 -r 5472e0ce2f00 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sun Mar 24 13:02:16 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sun Mar 24 13:56:24 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.28 2013/03/08 14:59:34 skrll Exp $
+#      $NetBSD: RPI,v 1.29 2013/03/24 13:56:24 jmcneill Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -287,5 +287,8 @@
 #pseudo-device swdmover                # software dmover(9) back-end
 #pseudo-device dmoverio                # /dev/dmover dmover(9) interface
 
+# userland interface to drivers, including autoconf and properties retrieval
+pseudo-device  drvctl
+
 # local configuration
 cinclude "arch/evbarm/conf/RPI.local"



Home | Main Index | Thread Index | Old Index