From: Andi Kleen Date: Tue, 13 Dec 2005 06:17:11 +0000 (-0800) Subject: [PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systems X-Git-Tag: v2.6.15-rc6~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ece5491ae71ded1237f59def88bcd1b19b6f60;p=pandora-kernel.git [PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systems They report all busses as MMCONFIG capable, but it never works for the internal devices in the CPU's builtin northbridge. It just probes all func 0 devices on bus 0 (the internal northbridge is currently always on bus 0) and if they are not accessible using MCFG they are put into a special fallback bitmap. On systems where it isn't we assume the BIOS vendor supplied correct MCFG. Requires the earlier patch for mmconfig type1 fallback Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed