]> git.baikalelectronics.ru Git - kernel.git/commit
x86, gart: fix gart detection for Fam11h CPUs
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 28 Oct 2008 15:13:54 +0000 (16:13 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 28 Oct 2008 16:10:27 +0000 (17:10 +0100)
commitba87acb1b01f4ea0e2503bffc3b998b469a71175
tree00c5b60f5d250646665248be2d9a09cac81b4746
parent60ea601d1fb953f07e53aa9d48a7b43819eb4e9e
x86, gart: fix gart detection for Fam11h CPUs

Impact: fix AMD Family 11h boot hangs / USB device problems

The AMD Fam11h CPUs have a K8 northbridge. This northbridge is different
from other family's because it lacks GART support (as I just learned).

But the kernel implicitly expects a GART if it finds an AMD northbridge.

Fix this by removing the Fam11h northbridge id from the scan list of K8
northbridges. This patch also changes the message in the GART driver
about missing K8 northbridges to tell that the GART is missing which is
the correct information in this case.

Reported-by: Jouni Malinen <jkmalinen@gmail.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/k8.c
arch/x86/kernel/pci-gart_64.c