Page MenuHomeFreeBSD

Increase IOAPIC_MAX_ID to 255 (from 254)
ClosedPublic

Authored by emaste on May 10 2024, 6:10 PM.
Tags
None
Referenced Files
F115897197: D45157.diff
Wed, Apr 30, 3:46 AM
Unknown Object (File)
Thu, Apr 24, 9:08 AM
Unknown Object (File)
Tue, Apr 22, 3:03 PM
Unknown Object (File)
Sat, Apr 19, 2:31 PM
Unknown Object (File)
Mar 30 2025, 8:34 PM
Unknown Object (File)
Feb 22 2025, 2:25 PM
Unknown Object (File)
Feb 22 2025, 1:52 PM
Unknown Object (File)
Feb 22 2025, 1:45 PM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.May 10 2024, 6:16 PM

Might want a comment or a detail in the commit log that while the 0xff ID is used for broadcast IPIs for local APICs when not using x2APIC, IPIs aren't sent to I/O APICs, so it's ok for an I/O APIC to reuse that ID. Might also want to note that I/O APIC IDs haven't been meaningful since the 3-wire APIC bus which was last used by systems using Pentium CPUs.

This revision now requires review to proceed.May 10 2024, 7:30 PM
This revision is now accepted and ready to land.May 10 2024, 7:38 PM
This revision was automatically updated to reflect the committed changes.