]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] PCI: use the MCFG table to properly access pci devices (i386)
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 24 Jun 2005 00:35:56 +0000 (17:35 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2005 04:52:47 +0000 (21:52 -0700)
commitd06f5b2f8769823f9cfd5241155ee0993058d337
tree3fd0f4ff6ec93f3b8f4342649a4b717beb97c903
parent55a0c14a5040624e6b27e8a74c064f88c3422799
[PATCH] PCI: use the MCFG table to properly access pci devices (i386)

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>
arch/i386/pci/mmconfig.c