[PATCH] x86_64: Search K8 devices on more devices.
authorNavin Boppuri <navin.boppuri@newisys.com>
Sat, 25 Mar 2006 15:31:40 +0000 (16:31 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:14:38 +0000 (09:14 -0800)
commit9c01dda02f417270e733e38effe1084c77ae107d
tree147b87763e66b4bfc3522f72a126d515451034f8
parent94949436191f69dac735919a9698612ef6b3dbba
[PATCH] x86_64: Search K8 devices on more devices.

arch/x86_64/kernel/aperture.c: The search for the AGP bridge has been
extended to search for all the 256 buses instead of the first 32. This
is required since on a some systems, the bridge may be located on a bus
much farther than the first 32. By searching all 256 buses, we guarantee
that the search succeeds on such systems.

arch/x86_64/kernel/pci-gart.c: The search for the Northbridge is not
limited to just bus 0 anymore. This is required because on certain
systems, we may not find one on bus 0.

Signed-off-by: Navin Boppuri <navin.boppuri@newisys.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/aperture.c
arch/x86_64/kernel/pci-gart.c