Hello Steven, You need to add the following change further. Please apply this patch to v2.4. Yoichi diff -urN -X dontdiff linux-orig/arch/mips/pci/pci.c linux/arch/mips/pci/pci.c --- linux-orig/arch/mips/pci/pci.c 2003-06-28 11:26:25.000000000 +0900 +++ linux/arch/mips/pci/pci.c 2004-03-16 12:42:37.000000000 +0900 @@ -129,7 +129,7 @@ return pcibios_enable_resources(dev, mask); } -#ifdef CONFIG_NEW_PCI +#ifdef CONFIG_PCI_NEW /* * Named PCI new and about to die before it's old :-) * On Mon, 15 Mar 2004 20:50:56 +0000 sjhill@linux-mips.org wrote: > > CVSROOT: /home/cvs > Module name: linux > Changes by: sjhill@ftp.linux-mips.org 04/03/15 20:50:56 > > Modified files: > arch/mips : Tag: linux_2_4 config-shared.in defconfig > defconfig-atlas defconfig-bosporus > defconfig-capcella defconfig-cobalt > defconfig-csb250 defconfig-db1000 > defconfig-db1100 defconfig-db1500 > defconfig-db1550 defconfig-ddb5476 > defconfig-ddb5477 defconfig-decstation > defconfig-e55 defconfig-eagle defconfig-ev64120 > defconfig-ev96100 defconfig-hp-lj > defconfig-hydrogen3 defconfig-ip22 > defconfig-it8172 defconfig-ivr > defconfig-jmr3927 defconfig-lasat > defconfig-malta defconfig-mirage > defconfig-mpc30x defconfig-mtx-1 defconfig-nino > defconfig-ocelot defconfig-osprey > defconfig-pb1000 defconfig-pb1100 > defconfig-pb1500 defconfig-pb1550 > defconfig-rbtx4927 defconfig-rm200 > defconfig-sb1250-swarm defconfig-sead > defconfig-tb0226 defconfig-tb0229 > defconfig-ti1500 defconfig-workpad > defconfig-xxs1500 defconfig-yosemite > arch/mips64 : Tag: linux_2_4 defconfig-atlas > defconfig-decstation defconfig-ip22 > defconfig-ip27 defconfig-jaguar defconfig-malta > defconfig-ocelotc defconfig-sb1250-swarm > defconfig-sead > drivers/net : Tag: linux_2_4 Config.in > > Log message: > Remove ~100 lines from the main 'config-shared.in' file to simplify the > PCI configuration option. Update all config files to reflect the change > as well as the stuff for kernel command line and Pb1550 *sigh*. Also > fixed network config directives for 'make xconfig' breakages. > >