Page MenuHomeFreeBSD

ath(4): Remove MIPS SoC build glue and support from FreeBSD HAL
ClosedPublic

Authored by marius on Aug 8 2023, 9:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 10, 11:30 AM
Unknown Object (File)
Sat, Jun 8, 11:14 AM
Unknown Object (File)
Apr 30 2024, 3:45 AM
Unknown Object (File)
Apr 28 2024, 3:15 PM
Unknown Object (File)
Apr 28 2024, 8:02 AM
Unknown Object (File)
Apr 11 2024, 10:41 PM
Unknown Object (File)
Mar 15 2024, 5:36 PM
Unknown Object (File)
Feb 21 2024, 5:26 PM
Subscribers

Details

Summary

All of these are obsolete with the general removal of MIPS support.

Test Plan

Successfully passed a tinderbox build.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

marius requested review of this revision.Aug 8 2023, 9:05 AM
This revision is now accepted and ready to land.Aug 8 2023, 11:09 AM
emaste added inline comments.
share/man/man4/ath_hal.4
63

Why is QCA9565 removed?

QCA9565 in ath_hal.4 restored

This revision now requires review to proceed.Aug 8 2023, 4:10 PM
marius retitled this revision from ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HAL to ath(4): Remove MIPS SoC build glue and support from FreeBSD HAL.

The removed AH_SUPPORT_x has some counterparts in the FreeBSD HAL which this version now also removes.

Bah, even more AH_SUPPORT_AR9130 code to be removed from the FreeBSD HAL.

lets hold off on removing the /HAL/ support just right now. If we start stripping this stuff out then i'll make it harder to sync this code up with what I'm slowly hacking up in netbsd...

lets hold off on removing the /HAL/ support just right now. If we start stripping this stuff out then i'll make it harder to sync this code up with what I'm slowly hacking up in netbsd...

Fine with me, then I'll just commit the version you originally accepted plus the man page related fixes but leave the remainder of removals from the FreeBSD HAL for later.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 9 2023, 4:05 PM
This revision was automatically updated to reflect the committed changes.