summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2012-03-27 15:43:32 +0000
committerjchandra <jchandra@FreeBSD.org>2012-03-27 15:43:32 +0000
commit8374f236814d5ef93c9f23e693bbfefe101fda8a (patch)
tree01d441b63142e58452c5c90af8d0aae8ac45129a /sys/mips/conf
parent0ec682f566a00ee76a1d9e94fbd5b107c577e78e (diff)
downloadFreeBSD-src-8374f236814d5ef93c9f23e693bbfefe101fda8a.zip
FreeBSD-src-8374f236814d5ef93c9f23e693bbfefe101fda8a.tar.gz
Resource allocation for XLP SoC SDHCI slots
The on-chip SD slots do not have PCI BARs corresponding to them, so this has to be handled in the custom SoC memory allocation. Provide memory resource for rids corresponding to BAR 0 and 1 in the custom allocation code.
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/std.XLP5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index ce71e36..5f7b7ad 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -110,3 +110,8 @@ options GEOM_ELI
# NOR
device cfi
device cfid
+
+# MMC/SD
+device mmc # MMC/SD bus
+device mmcsd # MMC/SD memory card
+device sdhci # Generic PCI SD Host Controller
OpenPOWER on IntegriCloud