Module Name:    src
Committed By:   matt
Date:           Mon Jul 23 16:27:44 UTC 2012

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

Log Message:
Add DKWEDGE_AUTODISCOVERY and DKWEDGE_GPT support.


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

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.11 src/sys/arch/evbppc/conf/MPC8536DS:1.12
--- src/sys/arch/evbppc/conf/MPC8536DS:1.11	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/MPC8536DS	Mon Jul 23 16:27:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MPC8536DS,v 1.11 2012/07/22 23:46:10 matt Exp $
+#	$NetBSD: MPC8536DS,v 1.12 2012/07/23 16:27:44 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.11 $"
+ident 		"MPC8536DS-$Revision: 1.12 $"
 
 maxusers	32
 
@@ -62,6 +62,10 @@ options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Index: src/sys/arch/evbppc/conf/MPC8548CDS
diff -u src/sys/arch/evbppc/conf/MPC8548CDS:1.10 src/sys/arch/evbppc/conf/MPC8548CDS:1.11
--- src/sys/arch/evbppc/conf/MPC8548CDS:1.10	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/MPC8548CDS	Mon Jul 23 16:27:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: MPC8548CDS,v 1.10 2012/07/22 23:46:10 matt Exp $
+#	$NetBSD: MPC8548CDS,v 1.11 2012/07/23 16:27:44 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.10 $"
+ident 		"MPC8548CDS-$Revision: 1.11 $"
 
 maxusers	32
 
@@ -64,6 +64,10 @@ options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Index: src/sys/arch/evbppc/conf/P2020DS
diff -u src/sys/arch/evbppc/conf/P2020DS:1.12 src/sys/arch/evbppc/conf/P2020DS:1.13
--- src/sys/arch/evbppc/conf/P2020DS:1.12	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/P2020DS	Mon Jul 23 16:27:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P2020DS,v 1.12 2012/07/22 23:46:10 matt Exp $
+#	$NetBSD: P2020DS,v 1.13 2012/07/23 16:27:44 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.12 $"
+ident 		"P2020DS-$Revision: 1.13 $"
 
 maxusers	32
 
@@ -68,6 +68,10 @@ options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Index: src/sys/arch/evbppc/conf/P2020RDB
diff -u src/sys/arch/evbppc/conf/P2020RDB:1.13 src/sys/arch/evbppc/conf/P2020RDB:1.14
--- src/sys/arch/evbppc/conf/P2020RDB:1.13	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/P2020RDB	Mon Jul 23 16:27:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: P2020RDB,v 1.13 2012/07/22 23:46:10 matt Exp $
+#	$NetBSD: P2020RDB,v 1.14 2012/07/23 16:27:44 matt Exp $
 #
 #	P2020RBD -- 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 		"P2020RBD-$Revision: 1.13 $"
+ident 		"P2020RBD-$Revision: 1.14 $"
 
 maxusers	32
 
@@ -64,6 +64,10 @@ options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Index: src/sys/arch/evbppc/conf/RB800
diff -u src/sys/arch/evbppc/conf/RB800:1.17 src/sys/arch/evbppc/conf/RB800:1.18
--- src/sys/arch/evbppc/conf/RB800:1.17	Sun Jul 22 23:46:10 2012
+++ src/sys/arch/evbppc/conf/RB800	Mon Jul 23 16:27:44 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: RB800,v 1.17 2012/07/22 23:46:10 matt Exp $
+#	$NetBSD: RB800,v 1.18 2012/07/23 16:27:44 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.17 $"
+ident 		"RB800-$Revision: 1.18 $"
 
 maxusers	32
 
@@ -65,6 +65,10 @@ options 	COMPAT_43	# and 4.3BSD
 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
 options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
+# Wedge support
+options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
+options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
+
 # File systems
 file-system 	FFS		# UFS
 file-system 	EXT2FS		# second extended file system (linux)

Reply via email to