--- zzzz-none-000/linux-2.4.17/drivers/net/tulip/tulip_core.c 2001-12-21 17:41:54.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/net/tulip/tulip_core.c 2004-11-24 13:23:27.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;