From 0833f5c60fc7071de76c472f56b68204be8c70eb Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 14 Oct 2011 23:25:18 +0200 Subject: [PATCH] Add PCI MMC/SD drivers to our standard kernel configurations. --- sys/config/GENERIC | 5 +++++ sys/config/X86_64_GENERIC | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index 632abe321f..adfce2cc28 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -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 diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 19789875e5..fa914a4cb9 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -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 -- 2.41.0