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 Add AWIN_CONSOLE_EARLY and comment out ...



details:   https://anonhg.NetBSD.org/src/rev/229c91139c91
branches:  trunk
changeset: 789748:229c91139c91
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 07 00:29:22 2013 +0000

description:
Add AWIN_CONSOLE_EARLY and comment out sdhc

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 7ae79a03af40 -r 229c91139c91 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Fri Sep 06 22:56:47 2013 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Sat Sep 07 00:29:22 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.2 2013/09/04 02:39:01 matt Exp $
+#      $NetBSD: CUBIEBOARD,v 1.3 2013/09/07 00:29:22 matt Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -23,6 +23,7 @@
 options        ALLWINNER_A10
 options        ALLWINNER_A20
 options        PMAPCOUNTERS
+options        AWIN_CONSOLE_EARLY
 
 # Architecture options
 
@@ -174,10 +175,10 @@
 awinio0                at mainbus?
 
 # SDHC controllers
-sdhc0          at awinio0 port 0
-sdhc*          at awinio0 port ?
-sdmmc*         at sdhc?                # SD/MMC bus
-ld*            at sdmmc?
+#sdhc0         at awinio0 port 0
+#sdhc*         at awinio0 port ?
+#sdmmc*                at sdhc?                # SD/MMC bus
+#ld*           at sdmmc?
 
 # NAND controller
 awinnand0      at awinio0



Home | Main Index | Thread Index | Old Index