Page MenuHomeFreeBSD

amd64 GENERIC: Drop hints for fdc0 and ppc0
ClosedPublic

Authored by jhb on Jul 10 2024, 6:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 7:38 PM
Unknown Object (File)
Fri, Oct 18, 4:43 PM
Unknown Object (File)
Fri, Oct 18, 4:43 PM
Unknown Object (File)
Fri, Oct 18, 4:43 PM
Unknown Object (File)
Fri, Oct 18, 4:10 PM
Unknown Object (File)
Oct 4 2024, 10:46 PM
Unknown Object (File)
Sep 27 2024, 6:14 AM
Unknown Object (File)
Sep 23 2024, 6:00 AM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58607
Build 55495: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jul 10 2024, 6:14 PM
jhb created this revision.

I was kinda hoping to drop these all together for 15, but need to do more research into whether or not that's safe to do...
at least all but the last two lines.
This change, though, is good

This revision is now accepted and ready to land.Jul 10 2024, 9:04 PM

I think we still want the unit wiring for UARTs so uart0 is reliably COM1, etc. I'm less certain if we can reliably drop the "fixed" devices (attimer, atrtc, atkbdc) as ACPI tables have inconsistently enumerated them over the years. It maybe that we could drop the fixed devices for amd64. The 'sc' hints are tied to when we decide to deprecate sc(4) and only support vt(4) I think.

This revision was automatically updated to reflect the committed changes.