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-mips | |
parent | dae618285814f5d89a43cf3d3e7dcd8f3f7bfbc7 (diff) |
Teach /proc/cpuinfo about the various variants of IP22 class machines.
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/bootinfo.h | 6 |
1 files changed, 4 insertions, 2 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 |