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
F102010585: D41355.diff
Wed, Nov 6, 12:37 PM
Unknown Object (File)
Tue, Oct 29, 6:29 PM
Unknown Object (File)
Tue, Oct 29, 6:29 PM
Unknown Object (File)
Tue, Oct 29, 6:29 PM
Unknown Object (File)
Tue, Oct 29, 6:28 PM
Unknown Object (File)
Tue, Oct 29, 6:28 PM
Unknown Object (File)
Tue, Oct 29, 6:28 PM
Unknown Object (File)
Tue, Oct 29, 1:32 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 Skipped
Unit
Tests Skipped

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.