summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hppa/dev/boards.h2
-rw-r--r--sys/arch/hppa/dev/boards_data.h2
-rw-r--r--sys/arch/hppa/dev/cpudevs.h4
-rw-r--r--sys/arch/hppa/dev/cpudevs_data.h4
4 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hppa/dev/boards.h b/sys/arch/hppa/dev/boards.h
index 28d9ef16f99..c1607683117 100644
--- a/sys/arch/hppa/dev/boards.h
+++ b/sys/arch/hppa/dev/boards.h
@@ -1,7 +1,7 @@
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* generated from:
- * OpenBSD: cpudevs,v 1.7 1999/02/17 03:04:19 mickey Exp
+ * OpenBSD: cpudevs,v 1.8 1999/02/17 03:21:43 mickey Exp
*/
#define HPPA_BOARD_HP710 0x300
diff --git a/sys/arch/hppa/dev/boards_data.h b/sys/arch/hppa/dev/boards_data.h
index 01bd3ac6394..dbd8f648117 100644
--- a/sys/arch/hppa/dev/boards_data.h
+++ b/sys/arch/hppa/dev/boards_data.h
@@ -1,7 +1,7 @@
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* generated from:
- * OpenBSD: cpudevs,v 1.7 1999/02/17 03:04:19 mickey Exp
+ * OpenBSD: cpudevs,v 1.8 1999/02/17 03:21:43 mickey Exp
*/
static const struct hppa_board_info hppa_knownboards[] = {
diff --git a/sys/arch/hppa/dev/cpudevs.h b/sys/arch/hppa/dev/cpudevs.h
index f83248b9fa8..b871f7a3257 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.7 1999/02/17 03:04:19 mickey Exp
+ * OpenBSD: cpudevs,v 1.8 1999/02/17 03:21:43 mickey Exp
*/
#define HPPA_TYPE_CPU 0
@@ -18,7 +18,7 @@
#define HPPA_TYPE_BHA 11
#define HPPA_TYPE_MULTI 12
#define HPPA_TYPE_FAULTY 31
-#define HPPA_CPU_HPPA11 0
+#define HPPA_CPU_HPPA10 0
#define HPPA_CPU_HPPA11 4
#define HPPA_CPU_HPPA20 8
#define HPPA_MEMORY_ARCH 0x8
diff --git a/sys/arch/hppa/dev/cpudevs_data.h b/sys/arch/hppa/dev/cpudevs_data.h
index 4c5b53c5bc4..7ed3b416476 100644
--- a/sys/arch/hppa/dev/cpudevs_data.h
+++ b/sys/arch/hppa/dev/cpudevs_data.h
@@ -1,11 +1,11 @@
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* generated from:
- * OpenBSD: cpudevs,v 1.7 1999/02/17 03:04:19 mickey Exp
+ * OpenBSD: cpudevs,v 1.8 1999/02/17 03:21:43 mickey Exp
*/
static const struct hppa_mod_info hppa_knownmods[] = {
- {HPPA_TYPE_CPU, HPPA_CPU_HPPA11, "PA-RISC 1.0" },
+ {HPPA_TYPE_CPU, HPPA_CPU_HPPA10, "PA-RISC 1.0" },
{HPPA_TYPE_CPU, HPPA_CPU_HPPA11, "PA-RISC 1.1" },
{HPPA_TYPE_CPU, HPPA_CPU_HPPA20, "PA-RISC 2.0" },
{HPPA_TYPE_MEMORY, HPPA_MEMORY_ARCH, "architected memory module" },