1 --- linux/arch/mips/au1000/common/pci_ops.c.orig 2005-08-24 17:36:25.000000000 +0200
2 +++ linux/arch/mips/au1000/common/pci_ops.c 2005-08-24 17:37:38.000000000 +0200
6 } else if ((status >> 28) & 0xf) {
7 - DBG("PCI ERR detected: status %x\n", status);
8 + DBG("PCI ERR detected: device %d, status %x\n", device, ((status >> 28) & 0xf));
11 + au_writel(status & 0xf000ffff, Au1500_PCI_STATCMD);