Module Name: src
Committed By: jmcneill
Date: Fri Aug 16 02:21:53 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBONE
Log Message:
Hardwire ld0 -> sdmmc0 and ld1 -> sdmmc1. Support local configuration in
BEAGLEBONE.local
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/BEAGLEBONE
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/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.19 src/sys/arch/evbarm/conf/BEAGLEBONE:1.20
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.19 Sun Jun 30 21:38:56 2013
+++ src/sys/arch/evbarm/conf/BEAGLEBONE Fri Aug 16 02:21:53 2013
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.19 2013/06/30 21:38:56 rmind Exp $
+# $NetBSD: BEAGLEBONE,v 1.20 2013/08/16 02:21:53 jmcneill Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -194,8 +194,14 @@ sitaracm0 at obio0 addr 0x44e10000 size
# from other omap3. (What about omap4?) Need to adapt the omap sdhc
# driver to handle this.
sdhc0 at obio0 addr 0x48060100 size 0x0f00 intr 64
+sdmmc0 at sdhc0
+ld0 at sdmmc0
sdhc1 at obio0 addr 0x481d8100 size 0x0f00 intr 28 # BB Black
+sdmmc1 at sdhc1
+ld1 at sdmmc1
#sdhc2 at obio0 addr 0x47810100 size 0xff00 intr 29
+#sdmmc2 at sdhc2
+#ld2 at sdmmc2
sdmmc* at sdhc? # SD/MMC bus
ld* at sdmmc?
#options SDMMC_DEBUG
@@ -301,3 +307,6 @@ pseudo-device pty # pseudo-terminals
#pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device lockstat # lock profiling
+
+# local configuration
+cinclude "arch/evbarm/conf/BEAGLEBONE.local"