Commit 45520745 authored by Thiemo Seufer's avatar Thiemo Seufer Committed by Ralf Baechle

IP30 Identification.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarThiemo Seufer <ths@networkno.de>
parent 85f14bf2
...@@ -44,6 +44,11 @@ static struct smatch mach_table[] = { ...@@ -44,6 +44,11 @@ static struct smatch mach_table[] = {
MACH_GROUP_SGI, MACH_GROUP_SGI,
MACH_SGI_IP28, MACH_SGI_IP28,
PROM_FLAG_ARCS PROM_FLAG_ARCS
}, { "SGI-IP30",
"SGI Octane",
MACH_GROUP_SGI,
MACH_SGI_IP30,
PROM_FLAG_ARCS
}, { "SGI-IP32", }, { "SGI-IP32",
"SGI O2", "SGI O2",
MACH_GROUP_SGI, MACH_GROUP_SGI,
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
#define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */ #define MACH_SGI_IP27 1 /* Origin 200, Origin 2000, Onyx 2 */
#define MACH_SGI_IP28 2 /* Indigo2 Impact */ #define MACH_SGI_IP28 2 /* Indigo2 Impact */
#define MACH_SGI_IP32 3 /* O2 */ #define MACH_SGI_IP32 3 /* O2 */
#define MACH_SGI_IP30 4 /* Octane, Octane2 */
/* /*
* Valid machtype for group COBALT * Valid machtype for group COBALT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment