From: dean gaudet Date: Fri, 10 Aug 2007 20:30:59 +0000 (+0200) Subject: x86: Work around mmio config space quirk on AMD Fam10h X-Git-Tag: v2.6.23-rc3~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3320ad994afb2c44ad34b3b34c3c5cf0da297331;p=pandora-kernel.git x86: Work around mmio config space quirk on AMD Fam10h Some broken devices have been discovered to require %al/%ax/%eax registers for MMIO config space accesses. Modify mmconfig.c to use these registers explicitly (rather than modify the global readb/writeb/etc inlines). AK: also changed i386 to always use eax AK: moved change to extended space probing to different patch AK: reworked with inlines according to Linus' requirements. AK: improve comments. Signed-off-by: dean gaudet Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed