On Fri, Jun 25, 1999 at 06:11:52PM +0100, Andrew Linfoot wrote: > CPU: MIPS-R4400 FPU<MIPS-R4400FPC> ICACHE DCACHE SCACHE This is what the firmware detected. > Loading R4000 MMU routines. This will always say R4000 if it's a R4000 class CPU. > CPU revision is: 00000450 > Primary instruction cache 16kb, linesize 16 bytes) > Primary data cache 16kb, linesize 16 bytes) > Secondary cache sized at 1024K linesize 128 Which says that you have an R4400SC V5.0. > an interesting point here is that /proc/cpuinfo tells me i only have an > r4000! Good spotting, the CPU detection code has a bug causes only V4 CPUs to be detected as R4400. The difference is just cosmetics; R4000 and R4400 are almost the same. Especially it's unrelated to the file corruption problem. Ralf
