Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/dev Regen



details:   https://anonhg.NetBSD.org/src/rev/3f9bdd4c7675
branches:  trunk
changeset: 777624:3f9bdd4c7675
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Feb 26 07:51:56 2012 +0000

description:
Regen

diffstat:

 sys/arch/hp700/dev/cpudevs.h      |  5 +++--
 sys/arch/hp700/dev/cpudevs_data.h |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 9dd9b1aa95f1 -r 3f9bdd4c7675 sys/arch/hp700/dev/cpudevs.h
--- a/sys/arch/hp700/dev/cpudevs.h      Sun Feb 26 07:50:37 2012 +0000
+++ b/sys/arch/hp700/dev/cpudevs.h      Sun Feb 26 07:51:56 2012 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: cpudevs.h,v 1.6 2012/02/04 17:05:38 skrll Exp $        */
+/*     $NetBSD: cpudevs.h,v 1.7 2012/02/26 07:51:56 skrll Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
  * generated from:
- *     NetBSD: cpudevs,v 1.5 2009/04/30 07:01:26 skrll Exp 
+ *     NetBSD: cpudevs,v 1.6 2012/02/26 07:50:37 skrll Exp 
  */
 
 #define        HPPA_TYPE_NPROC 0x00
@@ -230,6 +230,7 @@
 #define        HPPA_CPU_PCXL2  0x0f
 #define        HPPA_CPU_PCXUP  0x10
 #define        HPPA_CPU_PCXW   0x11
+#define        HPPA_CPU_PCXWP  0x12
 #define        HPPA_CPU_PCXW2  0x13
 #define        HPPA_FPU_SOFTEMU        0x01
 #define        HPPA_FPU_INDIGO 0x02
diff -r 9dd9b1aa95f1 -r 3f9bdd4c7675 sys/arch/hp700/dev/cpudevs_data.h
--- a/sys/arch/hp700/dev/cpudevs_data.h Sun Feb 26 07:50:37 2012 +0000
+++ b/sys/arch/hp700/dev/cpudevs_data.h Sun Feb 26 07:51:56 2012 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: cpudevs_data.h,v 1.7 2012/02/05 08:31:53 skrll Exp $   */
+/*     $NetBSD: cpudevs_data.h,v 1.8 2012/02/26 07:51:56 skrll Exp $   */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
  * generated from:
- *     NetBSD: cpudevs,v 1.5 2009/04/30 07:01:26 skrll Exp 
+ *     NetBSD: cpudevs,v 1.6 2012/02/26 07:50:37 skrll Exp 
  */
 
 {HPPA_TYPE_BOARD,      HPPA_BOARD_HP840,       "840/930 (Indigo)" },
@@ -210,6 +210,7 @@
 {HPPA_TYPE_CPU,        HPPA_CPU_PCXL2, "PCXL2 (Velociraptor)" },
 {HPPA_TYPE_CPU,        HPPA_CPU_PCXUP, "PCXU+ (Vulcan)" },
 {HPPA_TYPE_CPU,        HPPA_CPU_PCXW,  "PCXW (Vulcan)" },
+{HPPA_TYPE_CPU,        HPPA_CPU_PCXWP, "PCXW+ (Landshark)" },
 {HPPA_TYPE_CPU,        HPPA_CPU_PCXW2, "PCXW2 (Piranha)" },
 {HPPA_TYPE_FPU,        HPPA_FPU_SOFTEMU,       "Software Emulation" },
 {HPPA_TYPE_FPU,        HPPA_FPU_INDIGO,        "Indigo" },



Home | Main Index | Thread Index | Old Index