summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
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