Module Name: src
Committed By: jmcneill
Date: Sun Mar 24 13:56:25 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
add drvctl
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/RPI
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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.28 src/sys/arch/evbarm/conf/RPI:1.29
--- src/sys/arch/evbarm/conf/RPI:1.28 Fri Mar 8 14:59:34 2013
+++ src/sys/arch/evbarm/conf/RPI Sun Mar 24 13:56:24 2013
@@ -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 wsfont
#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"