linux/arch/i386/pci
dean gaudet 3320ad994a 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 <dean@arctic.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-08-11 15:58:12 -07:00
..
acpi.c x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata 2007-07-21 18:37:14 -07:00
common.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00
direct.c [PATCH] i386: Fix PCI BIOS config space access 2006-10-05 18:47:22 +02:00
early.c [PATCH] x86: add write_pci_config_byte() to direct PCI access routines 2006-12-07 02:14:10 +01:00
fixup.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00
i386.c PCI: add debug information to resource collision message 2007-05-02 19:02:38 -07:00
init.c i386 pci: use __maybe_unused 2007-05-09 12:30:56 -07:00
irq.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00
legacy.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00
Makefile [PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64 2007-02-13 13:26:20 +01:00
mmconfig-shared.c i386: insert unclaimed MMCONFIG resources 2007-07-21 18:37:10 -07:00
mmconfig.c x86: Work around mmio config space quirk on AMD Fam10h 2007-08-11 15:58:12 -07:00
numa.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00
pcbios.c [PATCH] paravirt: Be careful about touching BIOS address space 2006-12-07 02:14:08 +01:00
pci.h x86: Work around mmio config space quirk on AMD Fam10h 2007-08-11 15:58:12 -07:00
visws.c finish i386 and x86-64 sysdata conversion 2007-08-11 15:47:42 -07:00