93e26ff438
This was preventing the ath driver from being loaded at runtime. It worked fine when compiled statically into the kernel but not when kldload'ed after the system booted. The root cause was that PCIR_INTLINE (register 60) was being overwritten by zeros when register 62 was being written to. A subsequent read of this register would return 0, and thus the rest of the PCI glue assumed an IRQ resource had already been allocated. This caused the device to fail to attach at runtime as the device itself didn't contain any IRQ resources. TODO: go back over the ar71xx and ar724x PCI config read/write code and ensure it's correct. |
||
---|---|---|
.. | ||
apb.c | ||
apbvar.h | ||
ar71xx_bus_space_reversed.c | ||
ar71xx_bus_space_reversed.h | ||
ar71xx_chip.c | ||
ar71xx_chip.h | ||
ar71xx_cpudef.h | ||
ar71xx_ehci.c | ||
ar71xx_gpio.c | ||
ar71xx_gpiovar.h | ||
ar71xx_machdep.c | ||
ar71xx_ohci.c | ||
ar71xx_pci_bus_space.c | ||
ar71xx_pci_bus_space.h | ||
ar71xx_pci.c | ||
ar71xx_setup.c | ||
ar71xx_setup.h | ||
ar71xx_spi.c | ||
ar71xx_wdog.c | ||
ar71xxreg.h | ||
ar91xx_chip.c | ||
ar91xx_chip.h | ||
ar91xxreg.h | ||
ar724x_chip.c | ||
ar724x_chip.h | ||
ar724x_pci.c | ||
ar724xreg.h | ||
files.ar71xx | ||
if_arge.c | ||
if_argevar.h | ||
pcf2123_rtc.c | ||
pcf2123reg.h | ||
std.ar71xx | ||
uart_bus_ar71xx.c | ||
uart_cpu_ar71xx.c |