summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2008-10-21 20:33:40 +0000
committermav <mav@FreeBSD.org>2008-10-21 20:33:40 +0000
commitd257370f821c84e324fa519f216cba91a1491790 (patch)
treef1d2ce47da2f681d721c8401043f2e29532a2461 /sys/conf
parent38ebb614b6e0b12715acc5b46eb5c8711533c348 (diff)
downloadFreeBSD-src-d257370f821c84e324fa519f216cba91a1491790.zip
FreeBSD-src-d257370f821c84e324fa519f216cba91a1491790.tar.gz
Import sdhci (PCI SD Host Controller) driver.
Driver supports PCI devices with class 8 and subclass 5 according to SD Host Controller Specification. Update NOTES, enable module and static build. Enable related mmc and mmcsd modules build. Discussed on: mobile@, current@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/conf/files1
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c8ca404..3294bc7 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2216,10 +2216,13 @@ device cardbus
#
# MMC/SD
#
-# mmc: mmc bus
-# mmcsd: mmc memory and sd cards.
-#device mmc
-#device mmcsd
+# mmc MMC/SD bus
+# mmcsd MMC/SD memory card
+# sdhci Generic PCI SD Host Controller
+#
+device mmc
+device mmcsd
+device sdhci
#
# SMB bus
diff --git a/sys/conf/files b/sys/conf/files
index ab30908..2ea7457 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1136,6 +1136,7 @@ dev/scc/scc_dev_sab82532.c optional scc
dev/scc/scc_dev_z8530.c optional scc
dev/scd/scd.c optional scd isa
dev/scd/scd_isa.c optional scd isa
+dev/sdhci/sdhci.c optional sdhci pci
dev/sf/if_sf.c optional sf pci
dev/si/si.c optional si
dev/si/si2_z280.c optional si
OpenPOWER on IntegriCloud