Searched refs:ath_devclass (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath_pci.c | 252 static devclass_t ath_devclass; variable 253 DRIVER_MODULE(ath_pci, pci, ath_pci_driver, ath_devclass, 0, 0);
|
| D | if_ath_ahb.c | 287 static devclass_t ath_devclass; variable 288 DRIVER_MODULE(ath, nexus, ath_ahb_driver, ath_devclass, 0, 0);
|