diff options
author | 2015-01-04 18:52:46 +0000 | |
---|---|---|
committer | 2015-01-04 18:52:46 +0000 | |
commit | b3fb07f23348cd7ec9b25840fca984ab67938f91 (patch) | |
tree | eea9cad1338c5e97345f0da5fb6fcc75d38b5eb9 | |
parent | back to using ramdisk encrypt again. theo found and fixed the (my) bug. (diff) | |
download | wireguard-openbsd-b3fb07f23348cd7ec9b25840fca984ab67938f91.tar.xz wireguard-openbsd-b3fb07f23348cd7ec9b25840fca984ab67938f91.zip |
EV68CB pass 2.4 is numeric revision 5, as reported by SRM.
-rw-r--r-- | sys/arch/alpha/alpha/cpu.c | 8 |
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 { |