Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add drvctl



details:   https://anonhg.NetBSD.org/src/rev/bde4d7fe830f
branches:  trunk
changeset: 780448:bde4d7fe830f
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jul 24 22:37:08 2012 +0000

description:
Add drvctl

diffstat:

 sys/arch/evbppc/conf/MPC8536DS  |  5 +++--
 sys/arch/evbppc/conf/MPC8548CDS |  5 +++--
 sys/arch/evbppc/conf/P2020DS    |  5 +++--
 sys/arch/evbppc/conf/RB800      |  5 +++--
 sys/arch/evbppc/conf/TWRP1025   |  5 +++--
 5 files changed, 15 insertions(+), 10 deletions(-)

diffs (130 lines):

diff -r f76135cfa55d -r bde4d7fe830f sys/arch/evbppc/conf/MPC8536DS
--- a/sys/arch/evbppc/conf/MPC8536DS    Tue Jul 24 20:50:14 2012 +0000
+++ b/sys/arch/evbppc/conf/MPC8536DS    Tue Jul 24 22:37:08 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MPC8536DS,v 1.12 2012/07/23 16:27:44 matt Exp $
+#      $NetBSD: MPC8536DS,v 1.13 2012/07/24 22:37:08 matt Exp $
 #
 #      MPC8536DS -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "MPC8536DS-$Revision: 1.12 $"
+ident          "MPC8536DS-$Revision: 1.13 $"
 
 maxusers       32
 
@@ -226,6 +226,7 @@
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of disk subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  kttcp                   # kernel ttcp
diff -r f76135cfa55d -r bde4d7fe830f sys/arch/evbppc/conf/MPC8548CDS
--- a/sys/arch/evbppc/conf/MPC8548CDS   Tue Jul 24 20:50:14 2012 +0000
+++ b/sys/arch/evbppc/conf/MPC8548CDS   Tue Jul 24 22:37:08 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MPC8548CDS,v 1.11 2012/07/23 16:27:44 matt Exp $
+#      $NetBSD: MPC8548CDS,v 1.12 2012/07/24 22:37:08 matt Exp $
 #
 #      MPC8548CDS -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "MPC8548CDS-$Revision: 1.11 $"
+ident          "MPC8548CDS-$Revision: 1.12 $"
 
 maxusers       32
 
@@ -214,6 +214,7 @@
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  kttcp                   # kernel ttcp
diff -r f76135cfa55d -r bde4d7fe830f sys/arch/evbppc/conf/P2020DS
--- a/sys/arch/evbppc/conf/P2020DS      Tue Jul 24 20:50:14 2012 +0000
+++ b/sys/arch/evbppc/conf/P2020DS      Tue Jul 24 22:37:08 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: P2020DS,v 1.13 2012/07/23 16:27:44 matt Exp $
+#      $NetBSD: P2020DS,v 1.14 2012/07/24 22:37:08 matt Exp $
 #
 #      P2020DS -- everything that's currently supported
 #
@@ -8,7 +8,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "P2020DS-$Revision: 1.13 $"
+ident          "P2020DS-$Revision: 1.14 $"
 
 maxusers       32
 
@@ -237,6 +237,7 @@
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  kttcp                   # kernel ttcp
diff -r f76135cfa55d -r bde4d7fe830f sys/arch/evbppc/conf/RB800
--- a/sys/arch/evbppc/conf/RB800        Tue Jul 24 20:50:14 2012 +0000
+++ b/sys/arch/evbppc/conf/RB800        Tue Jul 24 22:37:08 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RB800,v 1.18 2012/07/23 16:27:44 matt Exp $
+#      $NetBSD: RB800,v 1.19 2012/07/24 22:37:08 matt Exp $
 #
 #      RB800 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "RB800-$Revision: 1.18 $"
+ident          "RB800-$Revision: 1.19 $"
 
 maxusers       32
 
@@ -230,6 +230,7 @@
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  kttcp                   # kernel ttcp
diff -r f76135cfa55d -r bde4d7fe830f sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025     Tue Jul 24 20:50:14 2012 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025     Tue Jul 24 22:37:08 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWRP1025,v 1.5 2012/07/22 23:46:10 matt Exp $
+#      $NetBSD: TWRP1025,v 1.6 2012/07/24 22:37:08 matt Exp $
 #
 #      TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "TWRP1025-$Revision: 1.5 $"
+ident          "TWRP1025-$Revision: 1.6 $"
 
 maxusers       32
 
@@ -224,6 +224,7 @@
 pseudo-device  loop                    # network loopback
 pseudo-device  bpfilter                # packet filter
 pseudo-device  clockctl                # user control of clock subsystem
+pseudo-device  drvctl                  # user control of drive subsystem
 pseudo-device  ksyms                   # /dev/ksyms
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  kttcp                   # kernel ttcp



Home | Main Index | Thread Index | Old Index