Page MenuHomeFreeBSD

x86: Support multiple PCI MCFG regions
ClosedPublic

Authored by jhb on Nov 28 2023, 11:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 7, 6:23 PM
Unknown Object (File)
Sat, Mar 7, 7:19 AM
Unknown Object (File)
Fri, Feb 20, 1:58 PM
Unknown Object (File)
Sat, Feb 14, 4:58 AM
Unknown Object (File)
Feb 8 2026, 9:16 AM
Unknown Object (File)
Feb 7 2026, 10:18 PM
Unknown Object (File)
Feb 7 2026, 5:37 PM
Unknown Object (File)
Jan 31 2026, 3:13 PM
Subscribers
None

Details

Summary

In particular, this enables support for PCI config access for domains
(segments) other than 0.

Reported by: cperciva

Diff Detail

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

Event Timeline

jhb requested review of this revision.Nov 28 2023, 11:32 PM
jhb created this revision.
sys/amd64/pci/pci_cfgreg.c
256

I might split out separate commits from this one to split out pcie_init_badslots and pcie_cache_init from pcie_cfgregopen to make this diff smaller.

This revision is now accepted and ready to land.Nov 29 2023, 12:07 AM
This revision was automatically updated to reflect the committed changes.