Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Change the root device to '?' instead o...



details:   https://anonhg.NetBSD.org/src/rev/f2663a12e109
branches:  trunk
changeset: 784191:f2663a12e109
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Jan 21 16:25:09 2013 +0000

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

diffstat:

 sys/arch/evbarm/conf/RPI |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e5fdf1da86a7 -r f2663a12e109 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Mon Jan 21 16:08:30 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Mon Jan 21 16:25:09 2013 +0000
@@ -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 @@
 #  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



Home | Main Index | Thread Index | Old Index