aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2023-08-07 16:39:24 +0000
committerMarius Strobl <marius@FreeBSD.org>2023-08-08 20:30:13 +0000
commit37c8ee8847faa53432809cae2ecc11b80c4eab2f (patch)
treeafc77bccc6b6e06f4eee827a1c117d059aea0d4f /ObsoleteFiles.inc
parent458e0c1b667354a45cb233ea7fc0256934e15301 (diff)
downloadsrc-37c8ee8847faa53432809cae2ecc11b80c4eab2f.tar.gz
src-37c8ee8847faa53432809cae2ecc11b80c4eab2f.zip
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: dba9c8597747c6c9bf3d2ec68f7eb90552878dc7 e849bb3ecbb1963344a22ae77fc96f89fbebf40c Approved by: adrian Relnotes: yes Differential Revision: https://reviews.freebsd.org/D41354
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index d77ced3c817d..8ca4c98d6a6d 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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