>>>>> On Thu, 25 Oct 2001 10:30:28 -0700 (PDT), James Simmons
>>>>> <jsimmons@transvirtual.com> said:
jsimmons> --- /tmp/linux-sgi/include/asm-mips/processor.h Fri Oct 19
13:51:06 2001
jsimmons> +++ processor.h Thu Oct 25 10:15:24 2001
Sorry, this is my fault. Your patch is correct.
>>>>> On Thu, 25 Oct 2001 10:39:17 -0700 (PDT), James Simmons
>>>>> <jsimmons@transvirtual.com> said:
jsimmons> I get the following errors when compiling. It barfs at
jsimmons> mips/kernel/setup.c. I would send you a patch but I don't
jsimmons> know what values you want to set these to.
This is my fault too. Please apply this patch. Thank you.
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
|