From: miod Date: Sun, 4 Jan 2015 18:52:46 +0000 (+0000) Subject: EV68CB pass 2.4 is numeric revision 5, as reported by SRM. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b3fb07f23348cd7ec9b25840fca984ab67938f91;p=openbsd EV68CB pass 2.4 is numeric revision 5, as reported by SRM. --- 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 {