Module Name:    src
Committed By:   jmcneill
Date:           Sun Dec  7 20:10:09 UTC 2014

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

Log Message:
eMMC works now, turn it on


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

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/ALLWINNER_A80
diff -u src/sys/arch/evbarm/conf/ALLWINNER_A80:1.11 src/sys/arch/evbarm/conf/ALLWINNER_A80:1.12
--- src/sys/arch/evbarm/conf/ALLWINNER_A80:1.11	Sun Dec  7 18:32:13 2014
+++ src/sys/arch/evbarm/conf/ALLWINNER_A80	Sun Dec  7 20:10:08 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: ALLWINNER_A80,v 1.11 2014/12/07 18:32:13 jmcneill Exp $
+#	$NetBSD: ALLWINNER_A80,v 1.12 2014/12/07 20:10:08 jmcneill Exp $
 #
 #	ALLWINNER_A80 - Allwinner A80 boards (Cubieboard4, OptimusBoard, etc)
 #
@@ -195,13 +195,13 @@ armgtmr0	at armperiph?				# ARM Generic 
 awinio0		at mainbus?
 
 # SD/MMC controllers
-awinmmc0	at awinio0 port 0
+awinmmc0	at awinio0 port 0	# SD card slot
 sdmmc0		at awinmmc0
 ld0		at sdmmc0
 
-#awinmmc2	at awinio0 port 2
-#sdmmc2		at awinmmc2
-#ld2		at sdmmc2
+awinmmc2	at awinio0 port 2	# eMMC
+sdmmc2		at awinmmc2
+ld2		at sdmmc2
 
 # Interrupt Controller
 awinicu0	at awinio0 

Reply via email to