aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-09-19 18:12:44 +0000
committerWarner Losh <imp@FreeBSD.org>2007-09-19 18:12:44 +0000
commit5bcb64f20afff21be511cc5ae2bb6d91a4eeb431 (patch)
tree907ffa5bd1930af2d59ffc619a899dace5b783f4 /sys
parentd2d0f66a3068beba7c3682fac8ae4fc10c086d8c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES14
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f0c32cd7e25d..2eb8eafb07af 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1316,8 +1316,8 @@ options TTYHOG=8193
# HARDWARE DEVICE CONFIGURATION
# For ISA the required hints are listed.
-# EISA, MCA, PCI and pccard are self identifying buses, so no hints
-# are needed.
+# EISA, MCA, PCI, CardBus, SD/MMC and pccard are self identifying buses, so
+# no hints are needed.
#
# Mandatory devices:
@@ -2226,7 +2226,7 @@ device bktr
#
# PC Card/PCMCIA and Cardbus
#
-# pccbb: pci/cardbus bridge implementing YENTA interface
+# cbb: pci/cardbus bridge implementing YENTA interface
# pccard: pccard slots
# cardbus: cardbus slots
device cbb
@@ -2234,6 +2234,14 @@ device pccard
device cardbus
#
+# MMC/SD
+#
+# mmc: mmc bus
+# mmcsd: mmc memory and sd cards.
+#device mmc
+#device mmcsd
+
+#
# SMB bus
#
# System Management Bus support is provided by the 'smbus' device.