Module Name:    src
Committed By:   khorben
Date:           Mon May  6 22:49:27 UTC 2013

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

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/N900

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/N900
diff -u src/sys/arch/evbarm/conf/N900:1.11 src/sys/arch/evbarm/conf/N900:1.12
--- src/sys/arch/evbarm/conf/N900:1.11	Sat Apr 20 03:37:55 2013
+++ src/sys/arch/evbarm/conf/N900	Mon May  6 22:49:27 2013
@@ -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 	KTRACE		# system call tracing, 
 #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 @@ options UHUB_DEBUG
 #  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

Reply via email to