mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
a DRIVER_MODULE() referencing mmc_driver has a MODULE_DEPEND() on mmc. This is because the kernel linker only searches for symbols in dependent modules, so loading sdhci_pci (and other bus-flavors of sdhci) would fail when mmc was not compiled into the kernel (even if you hand-loaded mmc first). (Thanks to jilles@ for providing the vital clue about the kernel linker.) |
||
|---|---|---|
| .. | ||
| sdhci.c | ||
| sdhci.h | ||
| sdhci_fdt.c | ||
| sdhci_if.m | ||
| sdhci_pci.c | ||