Page MenuHomeFreeBSD

sys/isa: Use C99 fixed-width integer types.
ClosedPublic

Authored by jhb on Dec 23 2021, 7:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 21 2024, 2:04 PM
Unknown Object (File)
Nov 21 2024, 11:22 AM
Unknown Object (File)
Nov 18 2024, 1:20 PM
Unknown Object (File)
Nov 15 2024, 1:33 PM
Unknown Object (File)
Nov 9 2024, 10:27 PM
Unknown Object (File)
Nov 9 2024, 10:15 PM
Unknown Object (File)
Oct 8 2024, 11:45 PM
Unknown Object (File)
Oct 3 2024, 11:50 AM
Subscribers

Details

Summary

No functional change.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Dec 23 2021, 7:37 PM
jhb created this revision.

Hmmm, Add-in-card ISA-PNP goodness....

This revision is now accepted and ready to land.Dec 23 2021, 8:22 PM

Hmmm, Add-in-card ISA-PNP goodness....

Yeah, how much longer is this needed? ISA lives on in the LPC bus (for short while at least) but is the PNP support used outside of an actual ISA bus?

PnPBIOS also used this parser I think? But that pre-dates ACPI and was replaced by ACPI (which we almost require on amd64 (you can boot without ACPI on amd64 but it barely works)).

This revision was automatically updated to reflect the committed changes.