Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips platid regen.
details: https://anonhg.NetBSD.org/src/rev/7d29c9b570c5
branches: trunk
changeset: 481398:7d29c9b570c5
user: shin <shin%NetBSD.org@localhost>
date: Fri Jan 28 06:22:53 2000 +0000
description:
platid regen.
diffstat:
sys/arch/hpcmips/hpcmips/platid_mask.c | 6 +++++-
sys/arch/hpcmips/include/platid_generated.h | 6 +++++-
sys/arch/hpcmips/include/platid_mask.h | 6 +++++-
3 files changed, 15 insertions(+), 3 deletions(-)
diffs (60 lines):
diff -r 1706c3d3cea5 -r 7d29c9b570c5 sys/arch/hpcmips/hpcmips/platid_mask.c
--- a/sys/arch/hpcmips/hpcmips/platid_mask.c Fri Jan 28 06:22:10 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid_mask.c Fri Jan 28 06:22:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_mask.c,v 1.14 2000/01/22 10:51:29 takemura Exp $ */
+/* $Id: platid_mask.c,v 1.15 2000/01/28 06:22:53 shin Exp $ */
/*-
* Copyright (c) 1999
@@ -174,6 +174,10 @@
PLATID_CPU_MIPS_VR_4121,
PLATID_MACH_NEC_MCR_700A
}};
+platid_t platid_mask_MACH_NEC_MCR_730 = {{
+ PLATID_CPU_MIPS_VR_4121,
+ PLATID_MACH_NEC_MCR_730
+}};
platid_t platid_mask_MACH_EVEREX = {{
PLATID_WILD,
PLATID_MACH_EVEREX
diff -r 1706c3d3cea5 -r 7d29c9b570c5 sys/arch/hpcmips/include/platid_generated.h
--- a/sys/arch/hpcmips/include/platid_generated.h Fri Jan 28 06:22:10 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_generated.h Fri Jan 28 06:22:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_generated.h,v 1.13 2000/01/22 10:51:29 takemura Exp $ */
+/* $Id: platid_generated.h,v 1.14 2000/01/28 06:22:54 shin Exp $ */
/*-
* Copyright (c) 1999
@@ -171,6 +171,10 @@
#define PLATID_MACH_NEC_MCR_700A \
((PLATID_MACH_NEC_MCR_700A_NUM << PLATID_SUBMODEL_SHIFT)| \
PLATID_MACH_NEC_MCR_7XX)
+#define PLATID_MACH_NEC_MCR_730_NUM 3
+#define PLATID_MACH_NEC_MCR_730 \
+ ((PLATID_MACH_NEC_MCR_730_NUM << PLATID_SUBMODEL_SHIFT)| \
+ PLATID_MACH_NEC_MCR_7XX)
#define PLATID_MACH_EVEREX_NUM 2
#define PLATID_MACH_EVEREX \
((PLATID_MACH_EVEREX_NUM << PLATID_VENDOR_SHIFT))
diff -r 1706c3d3cea5 -r 7d29c9b570c5 sys/arch/hpcmips/include/platid_mask.h
--- a/sys/arch/hpcmips/include/platid_mask.h Fri Jan 28 06:22:10 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_mask.h Fri Jan 28 06:22:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_mask.h,v 1.13 2000/01/22 10:51:30 takemura Exp $ */
+/* $Id: platid_mask.h,v 1.14 2000/01/28 06:22:54 shin Exp $ */
/*-
* Copyright (c) 1999
@@ -173,6 +173,10 @@
#ifdef PLATID_DEFINE_MASK_NICKNAME
# define NEC_MCR_700A ((int)&platid_mask_MACH_NEC_MCR_700A)
#endif
+extern platid_t platid_mask_MACH_NEC_MCR_730;
+#ifdef PLATID_DEFINE_MASK_NICKNAME
+# define NEC_MCR_730 ((int)&platid_mask_MACH_NEC_MCR_730)
+#endif
extern platid_t platid_mask_MACH_EVEREX;
#ifdef PLATID_DEFINE_MASK_NICKNAME
# define EVEREX ((int)&platid_mask_MACH_EVEREX)
Home |
Main Index |
Thread Index |
Old Index