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)
Sat, Nov 9, 11:31 AM
Unknown Object (File)
Sat, Nov 9, 7:17 AM
Unknown Object (File)
Sat, Nov 9, 6:14 AM
Unknown Object (File)
Mon, Oct 28, 3:32 PM
Unknown Object (File)
Sat, Oct 19, 9:19 AM
Unknown Object (File)
Sat, Oct 19, 9:19 AM
Unknown Object (File)
Sat, Oct 19, 9:19 AM
Unknown Object (File)
Sat, Oct 19, 8:57 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.