Index: arch/mips/kernel/pci_auto.c =================================================================== RCS file: /home/cvs/linux/arch/mips/kernel/pci_auto.c,v retrieving revision 1.3.2.3 diff -u -r1.3.2.3 pci_auto.c --- arch/mips/kernel/pci_auto.c 10 Apr 2003 21:16:24 -0000 1.3.2.3 +++ arch/mips/kernel/pci_auto.c 25 Apr 2003 20:17:09 -0000 @@ -354,8 +354,8 @@ * configured by this routine to happily live behind a * P2P bridge in a system. */ - pciauto_upper_memspc += 0x00400000; - pciauto_upper_iospc += 0x00004000; + pciauto_lower_memspc += 0x00400000; + pciauto_lower_iospc += 0x00004000; /* Align memory and I/O to 4KB and 4 byte boundaries. */ pciauto_lower_memspc = (pciauto_lower_memspc + (0x1000 - 1))