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)
Sun, Jun 2, 12:19 PM
Unknown Object (File)
Apr 7 2024, 10:27 PM
Unknown Object (File)
Dec 27 2023, 12:27 PM
Unknown Object (File)
Dec 26 2023, 5:37 PM
Unknown Object (File)
Dec 19 2023, 4:16 PM
Unknown Object (File)
Dec 13 2023, 8:17 AM
Unknown Object (File)
Aug 24 2023, 12:36 PM
Unknown Object (File)
Aug 15 2023, 6:11 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 Not Applicable
Unit
Tests Not Applicable

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.