summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-01-04 18:52:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-01-04 18:52:47 +0000
commit16e2702891d485c2c4472ba32134a360f16e77ef (patch)
treee30c51519f20e10500b59c9c6da4a317f23c11dc /sys
parentd388453ecdc8b3a9947b2443bca1442ef6ec1d39 (diff)
EV68CB pass 2.4 is numeric revision 5, as reported by SRM.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/cpu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c
index e7bbb831c62..1e4152baa1f 100644
--- a/sys/arch/alpha/alpha/cpu.c
+++ b/sys/arch/alpha/alpha/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.37 2014/12/17 15:23:40 deraadt Exp $ */
+/* $OpenBSD: cpu.c,v 1.38 2015/01/04 18:52:46 miod Exp $ */
/* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */
/*-
@@ -145,9 +145,9 @@ static const char *ev4minor[] = {
"pass 2.2.3 or 2.2.5", "pass 2.2.4", "pass 2.5", "pass 2.4.1",
"pass 2.5.1", "pass 2.6", 0
}, *ev68cbminor[] = {
- /* what are the values for pass 2.3 and pass 2.4? */
- "", "", "", "", "", "",
- "pass 4.0", 0
+ /* what is the value for pass 2.3? */
+ "", "", "", "", "",
+ "pass 2.4", "pass 4.0", 0
};
struct cputable_struct {