diff --git a/sys/arch/hpcmips/hpcmips/platid_mask.c b/sys/arch/hpcmips/hpcmips/platid_mask.c index d4f19d8a6793..f88285213a01 100644 --- a/sys/arch/hpcmips/hpcmips/platid_mask.c +++ b/sys/arch/hpcmips/hpcmips/platid_mask.c @@ -1,4 +1,4 @@ -/* $Id: platid_mask.c,v 1.12 1999/12/26 17:21:59 jun Exp $ */ +/* $Id: platid_mask.c,v 1.13 2000/01/06 18:08:54 uch Exp $ */ /*- * Copyright (c) 1999 @@ -270,6 +270,18 @@ platid_t platid_mask_MACH_SHARP_TELIOS_HCAJ1 = {{ PLATID_CPU_MIPS_TX_3922, PLATID_MACH_SHARP_TELIOS_HCAJ1 }}; +platid_t platid_mask_MACH_SHARP_MOBILON = {{ + PLATID_WILD, + PLATID_MACH_SHARP_MOBILON +}}; +platid_t platid_mask_MACH_SHARP_MOBILON_HC = {{ + PLATID_WILD, + PLATID_MACH_SHARP_MOBILON_HC +}}; +platid_t platid_mask_MACH_SHARP_MOBILON_HC4100 = {{ + PLATID_CPU_MIPS_TX_3912, + PLATID_MACH_SHARP_MOBILON_HC4100 +}}; platid_t platid_mask_MACH_FUJITSU = {{ PLATID_WILD, PLATID_MACH_FUJITSU diff --git a/sys/arch/hpcmips/include/platid_generated.h b/sys/arch/hpcmips/include/platid_generated.h index c03fbf9a9b97..18db0cca337a 100644 --- a/sys/arch/hpcmips/include/platid_generated.h +++ b/sys/arch/hpcmips/include/platid_generated.h @@ -1,4 +1,4 @@ -/* $Id: platid_generated.h,v 1.11 1999/12/26 17:22:00 jun Exp $ */ +/* $Id: platid_generated.h,v 1.12 2000/01/06 18:08:54 uch Exp $ */ /*- * Copyright (c) 1999 @@ -264,6 +264,18 @@ #define PLATID_MACH_SHARP_TELIOS_HCAJ1 \ ((PLATID_MACH_SHARP_TELIOS_HCAJ1_NUM << PLATID_SUBMODEL_SHIFT)| \ PLATID_MACH_SHARP_TELIOS_HC) +#define PLATID_MACH_SHARP_MOBILON_NUM 3 +#define PLATID_MACH_SHARP_MOBILON \ + ((PLATID_MACH_SHARP_MOBILON_NUM << PLATID_SERIES_SHIFT)| \ + PLATID_MACH_SHARP) +#define PLATID_MACH_SHARP_MOBILON_HC_NUM 1 +#define PLATID_MACH_SHARP_MOBILON_HC \ + ((PLATID_MACH_SHARP_MOBILON_HC_NUM << PLATID_MODEL_SHIFT)| \ + PLATID_MACH_SHARP_MOBILON) +#define PLATID_MACH_SHARP_MOBILON_HC4100_NUM 1 +#define PLATID_MACH_SHARP_MOBILON_HC4100 \ + ((PLATID_MACH_SHARP_MOBILON_HC4100_NUM << PLATID_SUBMODEL_SHIFT)| \ + PLATID_MACH_SHARP_MOBILON_HC) #define PLATID_MACH_FUJITSU_NUM 5 #define PLATID_MACH_FUJITSU \ ((PLATID_MACH_FUJITSU_NUM << PLATID_VENDOR_SHIFT)) diff --git a/sys/arch/hpcmips/include/platid_mask.h b/sys/arch/hpcmips/include/platid_mask.h index 370ef6c099a5..6ce45de64bc8 100644 --- a/sys/arch/hpcmips/include/platid_mask.h +++ b/sys/arch/hpcmips/include/platid_mask.h @@ -1,4 +1,4 @@ -/* $Id: platid_mask.h,v 1.11 1999/12/26 17:22:00 jun Exp $ */ +/* $Id: platid_mask.h,v 1.12 2000/01/06 18:08:54 uch Exp $ */ /*- * Copyright (c) 1999 @@ -269,6 +269,18 @@ extern platid_t platid_mask_MACH_SHARP_TELIOS_HCAJ1; #ifdef PLATID_DEFINE_MASK_NICKNAME # define SHARP_TELIOS_HCAJ1 ((int)&platid_mask_MACH_SHARP_TELIOS_HCAJ1) #endif +extern platid_t platid_mask_MACH_SHARP_MOBILON; +#ifdef PLATID_DEFINE_MASK_NICKNAME +# define SHARP_MOBILON ((int)&platid_mask_MACH_SHARP_MOBILON) +#endif +extern platid_t platid_mask_MACH_SHARP_MOBILON_HC; +#ifdef PLATID_DEFINE_MASK_NICKNAME +# define SHARP_MOBILON_HC ((int)&platid_mask_MACH_SHARP_MOBILON_HC) +#endif +extern platid_t platid_mask_MACH_SHARP_MOBILON_HC4100; +#ifdef PLATID_DEFINE_MASK_NICKNAME +# define SHARP_MOBILON_HC4100 ((int)&platid_mask_MACH_SHARP_MOBILON_HC4100) +#endif extern platid_t platid_mask_MACH_FUJITSU; #ifdef PLATID_DEFINE_MASK_NICKNAME # define FUJITSU ((int)&platid_mask_MACH_FUJITSU)