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:
@@ -52,6 +52,10 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20230807: Removal of the ath(4) AHB bus-frontend or MIPS
|
||||
OLD_FILES+=usr/share/man/man4/ath_ahb.4
|
||||
OLD_FILES+=usr/share/man/man4/ath_pci.4
|
||||
|
||||
# 20230803: Removal of support for cloning pseudo interfaces from iflib(9)
|
||||
OLD_FILES+=usr/include/net/iflib_private.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user