diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-18 19:39:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-05-18 19:39:02 +0000 |
commit | 0db46568a8773095d61fe5686b2f9959aff05ab4 (patch) | |
tree | f44eb94e278fb5b918ee22c0f5fdf802c36b345e | |
parent | 76929de84a716e96da9fd028fb58a8767dd864b2 (diff) |
pasto
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 70c702e7d5e..adcc155d3e9 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.206 2002/05/17 18:55:41 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.207 2002/05/18 19:39:01 mickey Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -1061,8 +1061,7 @@ cyrix6x86_cpu_setup(cpu_device, model, step) printf("%s: xchg bug workaround performed\n", cpu_device); break; /* fallthrough? */ - case 0x440: - case 0x540: + case 4: clock_broken_latch = 1; break; } |