freebsd-dev/sys/arm/lpc
Ian Lepore dec4873723 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has
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.)
2016-03-21 00:52:24 +00:00
..
files.lpc
if_lpe.c
if_lpereg.h
lpc_dmac.c
lpc_fb.c
lpc_gpio.c
lpc_intc.c Stop defining fdt_pic_table when building for ARM_INTRNG. 2016-02-11 11:49:27 +00:00
lpc_machdep.c
lpc_mmc.c Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
lpc_ohci.c
lpc_pll.c
lpc_pwr.c
lpc_rtc.c
lpc_spi.c
lpc_timer.c
lpcreg.h
lpcvar.h
ssd1289.c
std.lpc Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00