Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/30b34131cb2f
branches:  trunk
changeset: 338395:30b34131cb2f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu May 21 09:53:05 2015 +0000

description:
add drvctl

diffstat:

 sys/arch/evbmips/conf/ERLITE |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 369b4d8ae292 -r 30b34131cb2f sys/arch/evbmips/conf/ERLITE
--- a/sys/arch/evbmips/conf/ERLITE      Thu May 21 09:29:51 2015 +0000
+++ b/sys/arch/evbmips/conf/ERLITE      Thu May 21 09:53:05 2015 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: ERLITE,v 1.7 2015/05/19 02:30:57 matt Exp $
+#      $NetBSD: ERLITE,v 1.8 2015/05/21 09:53:05 jmcneill Exp $
 
 include        "arch/mips/conf/std.octeon"
 include        "arch/evbmips/conf/files.octeon"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ERLITE-$Revision: 1.7 $"
+#ident                 "ERLITE-$Revision: 1.8 $"
 
 maxusers       32
 
@@ -174,6 +174,7 @@
 pseudo-device  pty                             # pseudo-terminals
 pseudo-device  clockctl                        # user control of clock subsystem
 pseudo-device  ksyms                           # /dev/ksyms
+pseudo-device  drvctl                          # driver control
 
 # A pseudo device needed for Coda              # also needs CODA (above)
 #pseudo-device vcoda                           # coda minicache <-> venus comm.



Home | Main Index | Thread Index | Old Index