Module Name:    src
Committed By:   joerg
Date:           Thu Mar  6 23:30:28 UTC 2014

Modified Files:
        src/sys/arch/evbppc/conf: TWRP1025

Log Message:
Add config variant for root-on-SD.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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/TWRP1025
diff -u src/sys/arch/evbppc/conf/TWRP1025:1.13 src/sys/arch/evbppc/conf/TWRP1025:1.14
--- src/sys/arch/evbppc/conf/TWRP1025:1.13	Thu Mar  6 19:55:37 2014
+++ src/sys/arch/evbppc/conf/TWRP1025	Thu Mar  6 23:30:28 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: TWRP1025,v 1.13 2014/03/06 19:55:37 matt Exp $
+#	$NetBSD: TWRP1025,v 1.14 2014/03/06 23:30:28 joerg 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.13 $"
+ident 		"TWRP1025-$Revision: 1.14 $"
 
 maxusers	32
 
@@ -135,6 +135,7 @@ options 	SCSIVERBOSE	# human readable SC
 
 # Kernel root file system and dump configuration.
 config		netbsd		root on ? type ?
+config		netbsd-ld0a	root on ld0a type ffs
 config		netbsd-sd0a	root on sd0a type ffs
 config		nfsnetbsd	root on tsec0 type nfs
 

Reply via email to