Skip to content

Commit

Permalink
Add PCI MMC/SD drivers to our standard kernel configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Oct 14, 2011
1 parent e33e644 commit 0833f5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sys/config/GENERIC
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,8 @@ device rue # RealTek 8150 based USB ethernet
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)

# MMC/SD
device mmc
device mmcsd
device sdhci
5 changes: 5 additions & 0 deletions sys/config/X86_64_GENERIC
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,8 @@ device rue # RealTek 8150 based USB ethernet
device firewire # FireWire bus code
device sbp # SCSI over FireWire (Requires scbus and da)
device fwe # Ethernet over FireWire (non-standard!)

# MMC/SD
device mmc
device mmcsd
device sdhci

0 comments on commit 0833f5c

Please sign in to comment.