Module Name:    src
Committed By:   khorben
Date:           Wed Apr 17 00:57:22 UTC 2013

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

Log Message:
Disable com0 for the time being, so that the console defaults to the 
framebuffer.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/arch/evbarm/conf/N900:1.9
--- src/sys/arch/evbarm/conf/N900:1.8	Sun Apr 14 19:17:06 2013
+++ src/sys/arch/evbarm/conf/N900	Wed Apr 17 00:57:22 2013
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: N900,v 1.8 2013/04/14 19:17:06 khorben Exp $
+#	$NetBSD: N900,v 1.9 2013/04/17 00:57:22 khorben Exp $
 #
 #	N900 -- Nokia N900 Kernel
 #
@@ -233,9 +233,9 @@ tps65950pm2	at iic0 addr 0x4a
 tps65950pm3	at iic0 addr 0x4b
 
 # On-board 16550 UARTs
-com0		at obio2 addr 0x49020000 intr 74 mult 4	# UART3 (console)
+#com0		at obio2 addr 0x49020000 intr 74 mult 4	# UART3 (console)
 #options 	CONSADDR=0x49020000, CONSPEED=38400
-options 	CONSADDR=0x49020000, CONSPEED=115200
+#options 	CONSADDR=0x49020000, CONSPEED=115200
 
 # Operating System Timer
 omapmputmr0	at obio2 addr 0x49032000 intr 38	# GP Timer 2

Reply via email to