ath(4): Remove MIPS AHB frontend and join PCI one w/ main support again
Following the removal of general MIPS support, there's no longer a need to have the AHB bus-frontend in place, which according to Linux sources also isn't used with any non-MIPS SoCs. For simplicity, PCI bus support is only made conditional on the main one again, i. e. device ath_pci is removed, and built into the main module, i. e. if_ath_pci.ko obsoleted, respectively. Effectively, this reverts the following commits and associated changes:dba9c85977e849bb3ecbApproved by: adrian Relnotes: yes Differential Revision: https://reviews.freebsd.org/D41354
This commit is contained in:
@@ -88,8 +88,7 @@ device mv_spi
|
||||
|
||||
# Wireless NIC cards
|
||||
device wlan # 802.11 support
|
||||
device ath # Atheros NIC's
|
||||
device ath_pci # Atheros pci/cardbus glue
|
||||
device ath # Atheros CardBus/PCI NICs
|
||||
device ath_hal
|
||||
device ath_rate_sample
|
||||
options ATH_ENABLE_11N
|
||||
|
||||
Reference in New Issue
Block a user