Page MenuHomeFreeBSD

powerpc: enable ice in GENERIC64LE
ClosedPublic

Authored by pkubaj on Jan 20 2022, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 7 2024, 9:27 PM
Unknown Object (File)
Sep 19 2024, 4:54 PM
Unknown Object (File)
Sep 19 2024, 6:04 AM
Unknown Object (File)
Sep 19 2024, 5:36 AM
Unknown Object (File)
Sep 18 2024, 10:11 PM
Unknown Object (File)
Sep 16 2024, 11:19 AM
Unknown Object (File)
Sep 16 2024, 12:18 AM
Unknown Object (File)
Sep 15 2024, 10:51 PM
Subscribers

Details

Summary

While I don't own the hardware to test, previous ports of drivers to POWER
required only endianness conversions for big-endian, so enabling on
little-endian should be fine, since the driver builds.

Test Plan

make buildkernel

Diff Detail

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

Event Timeline

Yeah, I don't think there's any hardware limitation that would prevent powerpc from working. We just can't test it or ensure that it works on those systems.

(And it's more annoying to update multiple kernel config files every time there's a change, but eh, that's life)

This revision is now accepted and ready to land.Jan 20 2022, 9:52 PM
This revision was automatically updated to reflect the committed changes.