sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Since these include wlan/ath/ah headers and these can changedefinitions based on the state of the kernel compile environment,ensure the opt_*.h files are available.
Break out the ath PCI logic into a separate device/module.Introduce the AHB glue for Atheros embedded systems. Right now it'shard-coded for the AR9130 chip whose support isn't yet in this HAL;it'
Break out the ath PCI logic into a separate device/module.Introduce the AHB glue for Atheros embedded systems. Right now it'shard-coded for the AR9130 chip whose support isn't yet in this HAL;it'll be added in a subsequent commit.Kernel configuration files now need both 'ath' and 'ath_pci' devices; bothmodules need to be loaded for the ath device to work.
show more ...