patch-2.4.0-test12 linux/include/asm-mips64/bootinfo.h

Next file: linux/include/asm-mips64/fcntl.h
Previous file: linux/include/asm-mips64/bitops.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/include/asm-mips64/bootinfo.h linux/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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)