Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips regen.
details: https://anonhg.NetBSD.org/src/rev/8be2cdc663ae
branches: trunk
changeset: 480199:8be2cdc663ae
user: uch <uch%NetBSD.org@localhost>
date: Thu Jan 06 18:08:54 2000 +0000
description:
regen.
diffstat:
sys/arch/hpcmips/hpcmips/platid_mask.c | 14 +++++++++++++-
sys/arch/hpcmips/include/platid_generated.h | 14 +++++++++++++-
sys/arch/hpcmips/include/platid_mask.h | 14 +++++++++++++-
3 files changed, 39 insertions(+), 3 deletions(-)
diffs (84 lines):
diff -r 6f3fba470fe8 -r 8be2cdc663ae sys/arch/hpcmips/hpcmips/platid_mask.c
--- a/sys/arch/hpcmips/hpcmips/platid_mask.c Thu Jan 06 18:07:53 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid_mask.c Thu Jan 06 18:08:54 2000 +0000
@@ -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_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 -r 6f3fba470fe8 -r 8be2cdc663ae sys/arch/hpcmips/include/platid_generated.h
--- a/sys/arch/hpcmips/include/platid_generated.h Thu Jan 06 18:07:53 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_generated.h Thu Jan 06 18:08:54 2000 +0000
@@ -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 -r 6f3fba470fe8 -r 8be2cdc663ae sys/arch/hpcmips/include/platid_mask.h
--- a/sys/arch/hpcmips/include/platid_mask.h Thu Jan 06 18:07:53 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_mask.h Thu Jan 06 18:08:54 2000 +0000
@@ -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 @@
#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)
Home |
Main Index |
Thread Index |
Old Index