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 Boot on the MicroSD card slot by default.



details:   https://anonhg.NetBSD.org/src/rev/e1320dbe65ae
branches:  trunk
changeset: 786673:e1320dbe65ae
user:      khorben <khorben%NetBSD.org@localhost>
date:      Mon May 06 22:49:27 2013 +0000

description:
Boot on the MicroSD card slot by default.

Tested on my Nokia N900 smartphone. This is the only way currently
supported on this device at the moment anyway (that I know of).

diffstat:

 sys/arch/evbarm/conf/N900 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 04205ae2503d -r e1320dbe65ae sys/arch/evbarm/conf/N900
--- a/sys/arch/evbarm/conf/N900 Mon May 06 22:49:10 2013 +0000
+++ b/sys/arch/evbarm/conf/N900 Mon May 06 22:49:27 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: N900,v 1.11 2013/04/20 03:37:55 khorben Exp $
+#      $NetBSD: N900,v 1.12 2013/05/06 22:49:27 khorben Exp $
 #
 #      N900 -- Nokia N900 Kernel
 #
@@ -130,6 +130,7 @@
 #options       PERFCTRS        # performance counters
 options        DIAGNOSTIC      # internally consistency checks
 #options       DEBUG
+#options       LOCKDEBUG       # expensive locking checks/support
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
@@ -157,7 +158,7 @@
 #  verbose             Show aprint_normal and aprint_verbose output
 options                BOOT_ARGS="\"\""
 
-config         netbsd          root on ? type ?
+config         netbsd          root on ld0a type ?
 
 # The main bus device
 mainbus0       at root



Home | Main Index | Thread Index | Old Index