Module Name:    src
Committed By:   matt
Date:           Tue Jul 24 22:37:08 UTC 2012

Modified Files:
        src/sys/arch/evbppc/conf: MPC8536DS MPC8548CDS P2020DS RB800 TWRP1025

Log Message:
Add drvctl


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbppc/conf/MPC8536DS
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/conf/MPC8548CDS
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbppc/conf/P2020DS
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbppc/conf/RB800
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/conf/TWRP1025

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/evbppc/conf/MPC8536DS
diff -u src/sys/arch/evbppc/conf/MPC8536DS:1.12 src/sys/arch/evbppc/conf/MPC8536DS:1.13
--- src/sys/arch/evbppc/conf/MPC8536DS:1.12	Mon Jul 23 16:27:44 2012
+++ src/sys/arch/evbppc/conf/MPC8536DS	Tue Jul 24 22:37:08 2012
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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 @@ makphy* 	at mii? phy ?			# Marvell PHYs
 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

Index: src/sys/arch/evbppc/conf/MPC8548CDS
diff -u src/sys/arch/evbppc/conf/MPC8548CDS:1.11 src/sys/arch/evbppc/conf/MPC8548CDS:1.12
--- src/sys/arch/evbppc/conf/MPC8548CDS:1.11	Mon Jul 23 16:27:44 2012
+++ src/sys/arch/evbppc/conf/MPC8548CDS	Tue Jul 24 22:37:08 2012
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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 @@ wd*		at atabus? drive ?
 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

Index: src/sys/arch/evbppc/conf/P2020DS
diff -u src/sys/arch/evbppc/conf/P2020DS:1.13 src/sys/arch/evbppc/conf/P2020DS:1.14
--- src/sys/arch/evbppc/conf/P2020DS:1.13	Mon Jul 23 16:27:44 2012
+++ src/sys/arch/evbppc/conf/P2020DS	Tue Jul 24 22:37:08 2012
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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 @@ ukphy*		at mii? phy ?			# generic unknow
 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

Index: src/sys/arch/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.18 src/sys/arch/evbppc/conf/RB800:1.19
--- src/sys/arch/evbppc/conf/RB800:1.18	Mon Jul 23 16:27:44 2012
+++ src/sys/arch/evbppc/conf/RB800	Tue Jul 24 22:37:08 2012
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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	md		1	# memory disk device
 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

Index: src/sys/arch/evbppc/conf/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.5 src/sys/arch/evbppc/conf/TWRP1025:1.6
--- src/sys/arch/evbppc/conf/TWRP1025:1.5	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/TWRP1025	Tue Jul 24 22:37:08 2012
@@ -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 @@ include		"arch/evbppc/conf/std.mpc85xx"
 
 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 @@ ld*		at sdmmc?
 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

Reply via email to