Page 2 of 2

Re: Recursive pci scan hanging on some PC's?

Posted: Fri Apr 09, 2021 3:39 pm
by Ethin
So I have a question about this. The PCI article talks about buses, devices and functions, but what about segment groups? How do we check for those with the recursive method?

Re: Recursive pci scan hanging on some PC's?

Posted: Fri Apr 09, 2021 3:42 pm
by qookie
IIRC each MCFG region defines the bus range and a segment. You only need to scan buses within each segment as bridges don't cross segments as far as I'm aware (since there's nowhere to store the target segment in the bridge configuration header for example).