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/b5b27c393741
branches:  trunk
changeset: 482102:b5b27c393741
user:      jun <jun%NetBSD.org@localhost>
date:      Mon Feb 14 07:19:25 2000 +0000

description:
regen.

diffstat:

 sys/arch/hpcmips/hpcmips/platid_mask.c      |  6 +++++-
 sys/arch/hpcmips/hpcmips/platid_name.c      |  6 ++++--
 sys/arch/hpcmips/include/platid_generated.h |  6 +++++-
 sys/arch/hpcmips/include/platid_mask.h      |  6 +++++-
 4 files changed, 19 insertions(+), 5 deletions(-)

diffs (84 lines):

diff -r 00d8ed4f8f75 -r b5b27c393741 sys/arch/hpcmips/hpcmips/platid_mask.c
--- a/sys/arch/hpcmips/hpcmips/platid_mask.c    Mon Feb 14 07:12:34 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid_mask.c    Mon Feb 14 07:19:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_mask.c,v 1.17 2000/02/06 14:02:43 takemura Exp $ */
+/* $Id: platid_mask.c,v 1.18 2000/02/14 07:19:25 jun Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -291,6 +291,10 @@
        PLATID_CPU_MIPS_TX_3912,
        PLATID_MACH_SHARP_MOBILON_HC4100
 }};
+platid_t platid_mask_MACH_SHARP_MOBILON_HC1200 = {{
+       PLATID_CPU_MIPS_TX_3912,
+       PLATID_MACH_SHARP_MOBILON_HC1200
+}};
 platid_t platid_mask_MACH_FUJITSU = {{
        PLATID_WILD,
        PLATID_MACH_FUJITSU
diff -r 00d8ed4f8f75 -r b5b27c393741 sys/arch/hpcmips/hpcmips/platid_name.c
--- a/sys/arch/hpcmips/hpcmips/platid_name.c    Mon Feb 14 07:12:34 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/platid_name.c    Mon Feb 14 07:19:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_name.c,v 1.2 2000/02/06 14:02:43 takemura Exp $ */
+/* $Id: platid_name.c,v 1.3 2000/02/14 07:19:25 jun Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -166,6 +166,8 @@
          "Sharp Mobilon HC" },
        { &platid_mask_MACH_SHARP_MOBILON_HC4100,
          "Sharp Mobilon HC4100" },
+       { &platid_mask_MACH_SHARP_MOBILON_HC1200,
+         "Sharp Mobilon HC1200" },
        { &platid_mask_MACH_FUJITSU,
          "Fujitsu" },
        { &platid_mask_MACH_FUJITSU_INTERTOP,
@@ -235,4 +237,4 @@
        { &platid_mask_MACH_IBM_WORKPAD_26011AU,
          "IBM WorkPad z50 2601 1AU" },
 };
-platid_name_table_size = 97;
+platid_name_table_size = 98;
diff -r 00d8ed4f8f75 -r b5b27c393741 sys/arch/hpcmips/include/platid_generated.h
--- a/sys/arch/hpcmips/include/platid_generated.h       Mon Feb 14 07:12:34 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_generated.h       Mon Feb 14 07:19:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_generated.h,v 1.16 2000/02/06 14:02:44 takemura Exp $ */
+/* $Id: platid_generated.h,v 1.17 2000/02/14 07:19:26 jun Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -284,6 +284,10 @@
 #define PLATID_MACH_SHARP_MOBILON_HC4100       \
   ((PLATID_MACH_SHARP_MOBILON_HC4100_NUM << PLATID_SUBMODEL_SHIFT)| \
     PLATID_MACH_SHARP_MOBILON_HC)
+#define PLATID_MACH_SHARP_MOBILON_HC1200_NUM   2
+#define PLATID_MACH_SHARP_MOBILON_HC1200       \
+  ((PLATID_MACH_SHARP_MOBILON_HC1200_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 00d8ed4f8f75 -r b5b27c393741 sys/arch/hpcmips/include/platid_mask.h
--- a/sys/arch/hpcmips/include/platid_mask.h    Mon Feb 14 07:12:34 2000 +0000
+++ b/sys/arch/hpcmips/include/platid_mask.h    Mon Feb 14 07:19:25 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: platid_mask.h,v 1.16 2000/02/06 14:02:44 takemura Exp $ */
+/* $Id: platid_mask.h,v 1.17 2000/02/14 07:19:26 jun Exp $ */
 
 /*-
  * Copyright (c) 1999
@@ -289,6 +289,10 @@
 #ifdef PLATID_DEFINE_MASK_NICKNAME
 #  define SHARP_MOBILON_HC4100 ((int)&platid_mask_MACH_SHARP_MOBILON_HC4100)
 #endif
+extern platid_t platid_mask_MACH_SHARP_MOBILON_HC1200;
+#ifdef PLATID_DEFINE_MASK_NICKNAME
+#  define SHARP_MOBILON_HC1200 ((int)&platid_mask_MACH_SHARP_MOBILON_HC1200)
+#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