EV68CB pass 2.4 is numeric revision 5, as reported by SRM.
authormiod <miod@openbsd.org>
Sun, 4 Jan 2015 18:52:46 +0000 (18:52 +0000)
committermiod <miod@openbsd.org>
Sun, 4 Jan 2015 18:52:46 +0000 (18:52 +0000)
sys/arch/alpha/alpha/cpu.c

index e7bbb83..1e4152b 100644 (file)
@@ -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 {