https://github.com/torvalds/linux
Revision 1cde8a16815bd85c8137d1ea556398983c597c11 authored by Greg Kroah-Hartman on 24 June 2005, 00:35:56 UTC, committed by Greg Kroah-Hartman on 28 June 2005, 04:52:48 UTC
Now that we have access to the whole MCFG table, let's properly use it
for all pci device accesses (as that's what it is there for, some boxes
don't put all the busses into one entry.)

If, for some reason, the table is incorrect, we fallback to the "old
style" of mmconfig accesses, namely, we just assume the first entry in
the table is the one for us, and blindly use it.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent d57e26c
History
Tip revision: 1cde8a16815bd85c8137d1ea556398983c597c11 authored by Greg Kroah-Hartman on 24 June 2005, 00:35:56 UTC
[PATCH] PCI: use the MCFG table to properly access pci devices (x86-64)
Tip revision: 1cde8a1

README

back to top