1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Enable PCI MMC/SD support by default on i386 and amd64

This commit is contained in:
Kevin Lo 2011-11-08 08:29:05 +00:00
parent 32b0e64b56
commit 966d0ed18f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227332
2 changed files with 10 additions and 0 deletions

View File

@ -348,3 +348,8 @@ device snd_hda # Intel High Definition Audio
device snd_ich # Intel, NVidia and other ICH AC'97 Audio
device snd_uaudio # USB Audio
device snd_via8233 # VIA VT8233x Audio
# MMC/SD
device mmc # MMC/SD bus
device mmcsd # MMC/SD memory card
device sdhci # Generic PCI SD Host Controller

View File

@ -361,3 +361,8 @@ device snd_hda # Intel High Definition Audio
device snd_ich # Intel, NVidia and other ICH AC'97 Audio
device snd_uaudio # USB Audio
device snd_via8233 # VIA VT8233x Audio
# MMC/SD
device mmc # MMC/SD bus
device mmcsd # MMC/SD memory card
device sdhci # Generic PCI SD Host Controller