diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-22 18:10:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-08-22 18:10:13 +0000 |
commit | f8f7fe53add6b0430b8c383629339da4b6dc7edf (patch) | |
tree | bcc829f0b97dd89cb5f1091cfef525ca685a4d42 /sys/arch/hppa | |
parent | 06b8eb36c1b3574c96e77fa83f863f2262bc45c5 (diff) |
regen
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/dev/cpudevs.h | 6 | ||||
-rw-r--r-- | sys/arch/hppa/dev/cpudevs_data.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/cpudevs.h b/sys/arch/hppa/dev/cpudevs.h index 3549568c51a..f53f764bd3c 100644 --- a/sys/arch/hppa/dev/cpudevs.h +++ b/sys/arch/hppa/dev/cpudevs.h @@ -1,7 +1,7 @@ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * generated from: - * OpenBSD: cpudevs,v 1.28 2003/08/21 06:39:10 mickey Exp + * OpenBSD: cpudevs,v 1.29 2003/08/22 18:09:53 mickey Exp */ #define HPPA_TYPE_NPROC 0x00 @@ -216,9 +216,9 @@ #define HPPA_CPU_SOFTEMU 0x01 #define HPPA_CPU_PCXT2 0x0b #define HPPA_CPU_PCXL 0x0d -#define HPPA_CPU_PCXUP 0x0e +#define HPPA_CPU_PCXU 0x0e #define HPPA_CPU_PCXL2 0x0f -#define HPPA_CPU_PCXUP1 0x10 +#define HPPA_CPU_PCXUP 0x10 #define HPPA_CPU_PCXW 0x11 #define HPPA_FPU_SOFTEMU 0x01 #define HPPA_FPU_INDIGO 0x02 diff --git a/sys/arch/hppa/dev/cpudevs_data.h b/sys/arch/hppa/dev/cpudevs_data.h index 9bd7a98cfdb..d2edab18556 100644 --- a/sys/arch/hppa/dev/cpudevs_data.h +++ b/sys/arch/hppa/dev/cpudevs_data.h @@ -1,7 +1,7 @@ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * generated from: - * OpenBSD: cpudevs,v 1.28 2003/08/21 06:39:10 mickey Exp + * OpenBSD: cpudevs,v 1.29 2003/08/22 18:09:53 mickey Exp */ {HPPA_TYPE_BOARD, HPPA_BOARD_HP840, "840/930 (Indigo)" }, @@ -196,9 +196,9 @@ {HPPA_TYPE_CPU, HPPA_CPU_SOFTEMU, "Software Emulation" }, {HPPA_TYPE_CPU, HPPA_CPU_PCXT2, "PCXT'" }, {HPPA_TYPE_CPU, HPPA_CPU_PCXL, "PCXL" }, -{HPPA_TYPE_CPU, HPPA_CPU_PCXUP, "PCXU" }, +{HPPA_TYPE_CPU, HPPA_CPU_PCXU, "PCXU" }, {HPPA_TYPE_CPU, HPPA_CPU_PCXL2, "PCXL2" }, -{HPPA_TYPE_CPU, HPPA_CPU_PCXUP1, "PCXU+" }, +{HPPA_TYPE_CPU, HPPA_CPU_PCXUP, "PCXU+" }, {HPPA_TYPE_CPU, HPPA_CPU_PCXW, "PCXW" }, {HPPA_TYPE_FPU, HPPA_FPU_SOFTEMU, "Software Emulation" }, {HPPA_TYPE_FPU, HPPA_FPU_INDIGO, "Indigo" }, |