From abcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 18 Nov 2000 01:27:22 +0000 Subject: Teach /proc/cpuinfo about the various variants of IP22 class machines. --- include/asm-mips/bootinfo.h | 6 ++++-- include/asm-mips64/bootinfo.h | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.3