Module Name:    src
Committed By:   jakllsch
Date:           Mon Jan 21 16:25:09 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: RPI

Log Message:
Change the root device to '?' instead of 'ld0a'.
This was overriding the root=device passed in on the kernel command line.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/RPI

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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.21 src/sys/arch/evbarm/conf/RPI:1.22
--- src/sys/arch/evbarm/conf/RPI:1.21	Fri Jan 11 06:41:01 2013
+++ src/sys/arch/evbarm/conf/RPI	Mon Jan 21 16:25:09 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.21 2013/01/11 06:41:01 skrll Exp $
+#	$NetBSD: RPI,v 1.22 2013/01/21 16:25:09 jakllsch Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -165,7 +165,7 @@ options USB_DEBUG
 #  verbose		Show aprint_normal and aprint_verbose output
 #options		BOOT_ARGS="\"\""
 
-config		netbsd		root on ld0a type ?
+config		netbsd		root on ? type ?
 
 # The main bus device
 mainbus0	at root

Reply via email to