diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-10-05 13:07:45 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-10-05 13:07:45 +0000 |
commit | 3bcb3bb7f3ce669a7e03acdecdcc3ab4845ea13d (patch) | |
tree | c83e9dd41e5ce1e7d7dd9320d8b7ad97a0d9222a | |
parent | b493d438815f29d6cf656b969f5efdf00f7ae8d9 (diff) |
some more types
-rw-r--r-- | sys/arch/mips64/include/archtype.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/archtype.h b/sys/arch/mips64/include/archtype.h index 98ec7df5ad9..172a5f85893 100644 --- a/sys/arch/mips64/include/archtype.h +++ b/sys/arch/mips64/include/archtype.h @@ -1,6 +1,6 @@ -/* $OpenBSD: archtype.h,v 1.3 2004/08/10 21:10:56 pefo Exp $ */ +/* $OpenBSD: archtype.h,v 1.4 2004/10/05 13:07:44 pefo Exp $ */ /* - * Copyright (c) 1997-2003 Opsycon AB, Sweden (www.opsycon.se) + * Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -47,8 +47,10 @@ #define SGI_INDY 0x0015 /* Indy, Indigo2, Challenge S */ #define SGI_POWER10 0x0016 /* POWER Challenge R10k */ #define SGI_POWERI 0x0017 /* POWER Indigo2 */ -#define SGI_O2 0x0018 /* O2/Moosehead */ -#define SGI_OCTANE 0x0019 /* Octane */ +#define SGI_O2 0x0018 /* IP32 O2/Moosehead */ +#define SGI_O200 0x0019 /* IP27 Origin200/Speedo */ +#define SGI_O2000 0x001a /* IP27 Origin2000/Lego */ +#define SGI_OCTANE 0x001b /* IP30 Octane/Speedracer */ #define ALGOR_CLASS 0x0020 /* Algorithmics Class */ #define ALGOR_P4032 0x0021 /* ALGORITHMICS P-4032 */ |