Searched refs:ath_devclass (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_ahb.c | 346 static devclass_t ath_devclass; variable 347 DRIVER_MODULE(if_ath_ahb, nexus, ath_ahb_driver, ath_devclass, 0, 0); 348 DRIVER_MODULE(if_ath_ahb, apb, ath_ahb_driver, ath_devclass, 0, 0);
|
| H A D | if_ath_pci.c | 393 static devclass_t ath_devclass; variable 394 DRIVER_MODULE(if_ath_pci, pci, ath_pci_driver, ath_devclass, 0, 0);
|