Add mmc and mmcsd, and correct a couple of comments. They are

commented out until I can re-test them on all our architectures.  I
had re@ approval to commit this a long time ago, but that's before we
were this close to the branch.

Approved by: re@
This commit is contained in:
Warner Losh 2007-09-19 18:12:44 +00:00
parent d2d0f66a30
commit 5bcb64f20a

View file

@ -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,13 +2226,21 @@ 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
device pccard
device cardbus
#
# MMC/SD
#
# mmc: mmc bus
# mmcsd: mmc memory and sd cards.
#device mmc
#device mmcsd
#
# SMB bus
#