summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-18 01:27:22 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-18 01:27:22 +0000
commitabcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 (patch)
treebee7ff82f79b6b349b94aa9d22ac529b527bc801 /include
parentdae618285814f5d89a43cf3d3e7dcd8f3f7bfbc7 (diff)
Teach /proc/cpuinfo about the various variants of IP22 class machines.
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/bootinfo.h6
-rw-r--r--include/asm-mips64/bootinfo.h7
2 files changed, 9 insertions, 4 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h
index 4084ba601..51ad431ba 100644
--- a/include/asm-mips/bootinfo.h
+++ b/include/asm-mips/bootinfo.h
@@ -88,9 +88,11 @@
/*
* Valid machtype for group SGI
*/
-#define MACH_SGI_INDY 0 /* R4?K and R5K Indy workstaions */
+#define MACH_SGI_INDY 0 /* R4?K and R5K Indy workstations */
+#define MACH_SGI_CHALLENGE_S 1 /* The Challenge S server */
+#define MACH_SGI_INDIGO2 2 /* The Indigo2 system */
-#define GROUP_SGI_NAMES { "Indy" }
+#define GROUP_SGI_NAMES { "Indy", "Challenge S", "Indigo2" }
/*
* Valid machtype for group COBALT
diff --git a/include/asm-mips64/bootinfo.h b/include/asm-mips64/bootinfo.h
index f62ec0e2f..dadcc4872 100644
--- a/include/asm-mips64/bootinfo.h
+++ b/include/asm-mips64/bootinfo.h
@@ -89,9 +89,12 @@
* Valid machtype for group SGI
*/
#define MACH_SGI_INDY 0 /* R4?K and R5K Indy workstaions */
-#define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */
+#define MACH_SGI_CHALLENGE_S 1 /* The Challenge S server */
+#define MACH_SGI_INDIGO2 2 /* The Indigo2 system */
+#define MACH_SGI_IP27 3 /* Origin 200, Origin 2000, Onyx 2 */
+
+#define GROUP_SGI_NAMES { "Indy", "Challenge S", "Indigo2", "IP27" }
-#define GROUP_SGI_NAMES { "Indy", "IP27" }
/*
* Valid machtype for group COBALT