Page MenuHomeFreeBSD

pci: ecam: Do not warn on mismatch of bus_end
ClosedPublic

Authored by manu on May 9 2019, 1:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 13, 10:56 PM
Unknown Object (File)
Sun, Aug 3, 11:45 PM
Unknown Object (File)
Mon, Jul 28, 7:32 PM
Unknown Object (File)
Jul 10 2025, 2:30 AM
Unknown Object (File)
Jul 9 2025, 12:11 AM
Unknown Object (File)
Jul 8 2025, 2:23 AM
Unknown Object (File)
Jul 7 2025, 10:14 AM
Unknown Object (File)
Jun 29 2025, 5:38 AM
Subscribers

Details

Summary

We cannot know the bus end number before parsing the MCFG table
so don't set the bus_end before that. If the MCFG table doesn't
exist we will set the configuration base address based on the _CBA
value and set the bus_end to the maximal number allowed by PCI.

Sponsored by: Ampere Computing, LLC

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 17 2019, 5:04 PM
This revision was automatically updated to reflect the committed changes.