Thank you for the below patch. Applied :-) > diff -urP -x CVS -x .cvsignore linux-sgi-cvs/include/asm-mips/cpu.h linux.new/include/asm-mips/cpu.h > --- linux-sgi-cvs/include/asm-mips/cpu.h Mon Oct 22 10:30:09 2001 > +++ linux.new/include/asm-mips/cpu.h Fri Oct 26 10:31:19 2001 > @@ -55,6 +55,7 @@ > #define PRID_IMP_R4640 0x2200 > #define PRID_IMP_R4650 0x2200 /* Same as R4640 */ > #define PRID_IMP_R5000 0x2300 > +#define PRID_IMP_TX49 0x2d00 > #define PRID_IMP_SONIC 0x2400 > #define PRID_IMP_MAGIC 0x2500 > #define PRID_IMP_RM7000 0x2700 > @@ -87,6 +88,12 @@ > #define PRID_REV_TX3912 0x0010 > #define PRID_REV_TX3922 0x0030 > #define PRID_REV_TX3927 0x0040 > +#define PRID_REV_TX3927B 0x0041 > +#define PRID_REV_TX39H3TEG 0x0050 > +#define PRID_REV_TX4955 0x0011 > +#define PRID_REV_TX4955A 0x0020 > +#define PRID_REV_TX4927 0x0021 > +#define PRID_REV_TX4927R2 0x0022 > > #ifndef _LANGUAGE_ASSEMBLY > /* > --- > Atsushi Nemoto >