--- zzzz-none-000/linux-2.4.17/drivers/net/tulip/tulip_core.c 2001-12-21 17:41:54.000000000 +0000 +++ sangam-fb-401/linux-2.4.17/drivers/net/tulip/tulip_core.c 2004-04-08 07:35:46.000000000 +0000 @@ -93,6 +93,8 @@ static int csr0 = 0x01A00000 | 0x9000; #elif defined(__arm__) || defined(__sh__) static int csr0 = 0x01A00000 | 0x4800; +#elif defined(__mips__) +static int csr0 = 0x00200000 | 0x4000; #else #warning Processor architecture undefined! static int csr0 = 0x00A00000 | 0x4800;