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:
parent
32b0e64b56
commit
966d0ed18f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227332
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user