summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath_pci
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314651,r318439,r318440:ngie2017-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | r314651: sys/modules: normalize .CURDIR-relative paths to SRCTOP This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 r318439: Normalize .PATH on SRCTOP This will help Jenkins dedupe 9 warnings between the static build and the module build of ipsec(4). Missed in SRCTOP conversion in r314651. MFC with: r314651 r318440: Normalize SYSDIR on SRCTOP instead of .CURDIR This is being done to simplify pathing for CFLAGS and source files.
* Since these include wlan/ath/ah headers and these can changeadrian2011-11-091-1/+1
| | | | | definitions based on the state of the kernel compile environment, ensure the opt_*.h files are available.
* Add missing include.adrian2011-04-021-1/+1
| | | | Reported by: Ulrich Sporlein <uqs@spoerlein.net>
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-0/+41
Introduce the AHB glue for Atheros embedded systems. Right now it's hard-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; both modules need to be loaded for the ath device to work.
OpenPOWER on IntegriCloud