Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/i386/i386 Pull up revision 1.368 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/5f93ea258b91
branches:  netbsd-1-4
changeset: 469831:5f93ea258b91
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:12:42 1999 +0000

description:
Pull up revision 1.368 (requested by drochner):
  Apply the "coma bug workaround" also for the Cyrix 6x86MX processor,
  fixing PR#7538.

diffstat:

 sys/arch/i386/i386/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d7e2901a79d -r 5f93ea258b91 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Sat Dec 04 18:56:59 1999 +0000
+++ b/sys/arch/i386/i386/machdep.c      Sat Dec 04 19:12:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.349.2.1 1999/04/16 16:17:27 chs Exp $    */
+/*     $NetBSD: machdep.c,v 1.349.2.2 1999/12/04 19:12:42 he Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -854,7 +854,7 @@
                                "6x86MX", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
                                "6x86MX"                /* Default */
                        },
-                       NULL
+                       cyrix6x86_cpu_setup
                } }
        },
        {



Home | Main Index | Thread Index | Old Index