kernel-ark/arch/mips/pci
Alexander Bigga 32136568a9 [MIPS] Fix for pci config_access on alchemy au1x000
I've encountered a serious problem with PCI config space access on Au1x000
platforms with recent 2.6.x-kernel. With 2.4.31 the same hardware works fine.
So I was looking for the differences:

Symptoms:
- no PCI-device is seen on bootup though two or three cards are present
- lspci output is empty
- OR: lspci shows 20 times the same device
(- OR: in some slot-configurations it worked anyhow)

System(s):
1. platform with Au1500 and three PCI-devices (actually a mycable XXS1500
    with backplane for three PCI-devices)
2. platform with Au1550 and two PCI-devices (custom board)

Debugging:
I digged down to the config_access() of the au1xxx-processors in
arch/mips/pci/ops-au1000.c and switched on DEBUG.

The code of config_access() seems to be almost the same as of the
2.4.x-kernel. But the "pci_cfg_vm->addr" returned by get_vm_area(0x2000, 0)
once on booting is different. That's of course not forbidden. But the
alignment seems to be wrong. In my case, I received:

2.4.31: pci_cfg_vm->addr = c0000000
2.6.18-rc5: pci_cfg_vm->addr = c0101000

To make it short: With 2.6.x it fails on the first config-access with:
"PCI ERR detected: status 83a00356".

Fixup:
My fix is now, to use the VM_IOREMAP-flag in the get_vm_area call. This flag
seems to be introduced in mm/vmalloc.c a long time ago (in 2.6.7-bk13, I
found in gitweb).
Now, the returned address is pci_cfg_vm->addr = c0104000 and everything works
fine.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-09-27 13:37:38 +01:00
..
fixup-atlas.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fixup-au1000.c
fixup-capcella.c
fixup-cobalt.c [MIPS] Fix Cobalt PCI cache line sizes 2006-02-07 13:30:24 +00:00
fixup-ddb5477.c
fixup-emma2rh.c [MIPS] Don't include obsolete <linux/config.h>. 2006-07-13 21:25:58 +01:00
fixup-ev64120.c
fixup-ev96100.c
fixup-excite.c [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00
fixup-ip32.c
fixup-ite8172g.c
fixup-ivr.c
fixup-jaguar.c
fixup-jmr3927.c
fixup-malta.c
fixup-mpc30x.c [MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.h 2006-07-13 21:26:19 +01:00
fixup-ocelot3.c
fixup-ocelot-c.c
fixup-ocelot-g.c
fixup-ocelot.c
fixup-pnx8550.c
fixup-rbtx4927.c
fixup-sb1250.c
fixup-sni.c
fixup-tb0219.c
fixup-tb0226.c
fixup-tb0287.c
fixup-tx4938.c
fixup-vr4133.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
fixup-wrppmc.c [MIPS] Wind River 4KC PPMC Eval Board Support 2006-06-19 17:39:18 +01:00
fixup-yosemite.c
Makefile [MIPS] Fix EV64120 PCI fixup in Makefile 2006-09-27 13:37:33 +01:00
ops-au1000.c [MIPS] Fix for pci config_access on alchemy au1x000 2006-09-27 13:37:38 +01:00
ops-bonito64.c
ops-bridge.c [MIPS] IP27: Extract pci_ops into separate file. 2006-06-19 17:39:23 +01:00
ops-ddb5477.c [MIPS] War on whitespace: cleanup initial spaces followed by tabs. 2006-03-21 13:27:47 +00:00
ops-emma2rh.c [MIPS] Don't include obsolete <linux/config.h>. 2006-07-13 21:25:58 +01:00
ops-gt64111.c
ops-gt64120.c
ops-gt96100.c
ops-it8172.c [MIPS] C99-ify struct resource initialization. 2006-06-19 17:39:20 +01:00
ops-mace.c
ops-marvell.c
ops-msc.c
ops-nile4.c
ops-pnx8550.c
ops-sni.c [MIPS] Support SNI RM200C SNI in big endian mode and R5000 processors. 2006-06-19 17:39:24 +01:00
ops-titan-ht.c
ops-titan.c [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00
ops-tx3927.c
ops-tx4927.c [MIPS] Remove BSD and Sys V compat data types. 2006-06-29 21:10:54 +01:00
ops-tx4938.c [MIPS] Remove BSD and Sys V compat data types. 2006-06-29 21:10:54 +01:00
ops-vr41xx.c
pci-bcm1480.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pci-bcm1480ht.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pci-ddb5477.c [MIPS] C99-ify struct resource initialization. 2006-06-19 17:39:20 +01:00
pci-emma2rh.c [MIPS] Don't include obsolete <linux/config.h>. 2006-07-13 21:25:58 +01:00
pci-ev96100.c
pci-excite.c [MIPS] Support for the RM9000-based Basler eXcite smart camera platform. 2006-06-19 17:39:26 +01:00
pci-ip27.c [MIPS] IP27: Extract pci_ops into separate file. 2006-06-19 17:39:23 +01:00
pci-ip32.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pci-jmr3927.c [MIPS] C99-ify struct resource initialization. 2006-06-19 17:39:20 +01:00
pci-lasat.c
pci-ocelot-c.c [MIPS] Momentum: Resurrect after things were moved around a while ago. 2006-03-09 18:05:09 +00:00
pci-ocelot-g.c
pci-ocelot.c [MIPS] C99-ify struct resource initialization. 2006-06-19 17:39:20 +01:00
pci-sb1250.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pci-vr41xx.c
pci-vr41xx.h
pci-yosemite.c [MIPS] C99-ify struct resource initialization. 2006-06-19 17:39:20 +01:00
pci.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00