diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:27:22 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:27:22 +0000 |
commit | abcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 (patch) | |
tree | bee7ff82f79b6b349b94aa9d22ac529b527bc801 /include/asm-mips64 | |
parent | dae618285814f5d89a43cf3d3e7dcd8f3f7bfbc7 (diff) |
Teach /proc/cpuinfo about the various variants of IP22 class machines.
Diffstat (limited to 'include/asm-mips64')
-rw-r--r-- | include/asm-mips64/bootinfo.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 |