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)
Fri, Jun 28, 8:07 AM
Unknown Object (File)
Wed, Jun 26, 8:09 PM
Unknown Object (File)
Tue, Jun 25, 5:01 PM
Unknown Object (File)
Sun, Jun 23, 2:25 PM
Unknown Object (File)
Thu, Jun 20, 10:46 AM
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
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.