summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
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/NOTES
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/NOTES')
-rw-r--r--sys/conf/NOTES11
1 files changed, 7 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
OpenPOWER on IntegriCloud