diff options
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/archtype.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/arch/mips64/include/archtype.h b/sys/arch/mips64/include/archtype.h index 55b56ffebcd..cbd22b71e54 100644 --- a/sys/arch/mips64/include/archtype.h +++ b/sys/arch/mips64/include/archtype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archtype.h,v 1.15 2012/03/24 20:09:07 miod Exp $ */ +/* $OpenBSD: archtype.h,v 1.16 2012/10/03 21:44:51 miod Exp $ */ /* * Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se) * @@ -30,7 +30,6 @@ /* * Define architectural identities for the different Mips machines. */ -#define ARC_CLASS 0x0000 /* ARC class */ #define ACER_PICA_61 0x0001 /* Acer Labs Pica 61 */ #define MAGNUM 0x0002 /* Mips MAGNUM R4000 */ #define DESKSTATION_RPC44 0x0003 /* Deskstation rPC44 */ @@ -39,7 +38,6 @@ #define NEC_R94 0x0006 /* NEC Magnum class */ #define SNI_RM200 0x0007 /* Siemens Nixdorf RM200 */ -#define SGI_CLASS 0x0010 /* Silicon Graphics class */ #define SGI_IP17 0x0011 /* Crimson */ #define SGI_IP19 0x0012 /* Onyx (!S model Challenge) */ #define SGI_IP20 0x0013 /* Indigo */ @@ -53,21 +51,17 @@ #define SGI_O2 0x001b /* IP32 O2 */ #define SGI_IP35 0x001c /* IP35 Origin3x0/3x00/Fuel/Tezro */ -#define ALGOR_CLASS 0x0020 /* Algorithmics class */ #define ALGOR_P4032 0x0021 /* ALGORITHMICS P-4032 */ #define ALGOR_P5064 0x0022 /* ALGORITHMICS P-5064 */ -#define GALILEO_CLASS 0x0030 /* Galileo PCI based class */ #define GALILEO_G9 0x0031 /* Galileo GT-64011 Eval board */ #define GALILEO_EV64240 0x0032 /* Galileo EV64240 Eval board */ #define GALILEO_EV64340 0x0033 /* Galileo EV64340 Eval board */ -#define MOMENTUM_CLASS 0x0040 /* Momentum Inc class */ #define MOMENTUM_CP7000 0x0041 /* Momentum Ocelot */ #define MOMENTUM_CP7000G 0x0042 /* Momentum Ocelot-G */ #define MOMENTUM_JAGUAR 0x0043 /* Momentum Jaguar ATX */ -#define WG_CLASS 0x0050 /* Willowglen class */ #define WG4308 0x0052 /* Willowglen 4308 LMD */ #define WG4309 0x0053 /* Willowglen 4309 LMD */ #define WG4409 0x0054 /* Willowglen 4409 LMD */ @@ -78,17 +72,6 @@ #define WG8200 0x0059 /* Willowglen CPU-8200 */ #define WG8232 0x005a /* Willowglen CPU-8232 */ -#define LOONGSON_CLASS 0x0060 /* Loongson + PMON2000 class */ -#define LOONGSON_2E 0x0060 /* Generic Loongson 2E system */ -#define LOONGSON_YEELOONG 0x0061 /* Lemote Yeeloong */ -#define LOONGSON_GDIUM 0x0062 /* EMTEC Gdium Liberty */ -#define LOONGSON_FULOONG 0x0063 /* Lemote Fuloong */ -#define LOONGSON_LYNLOONG 0x0064 /* Lemote Lynloong */ -#define LOONGSON_EBT700 0x0065 /* eBenton EBT700 */ - -#define MISC_CLASS 0x00f0 /* Misc machines... */ #define LAGUNA 0x00f1 /* Heurikon Laguna VME board */ -#define ARCHCLASS(n) ((n) & 0xf0) - #endif /* !_MIPS64_ARCHTYPE_H_ */ |