Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
> Try this workaround (apply with 'patch -l'):

Here's a better workaround. Revert the previous patch and apply this
one:

Index: npx.c
===================================================================
RCS file: /home/ncvs/src/sys/i386/isa/npx.c,v
retrieving revision 1.93
diff -u -r1.93 npx.c
--- npx.c       2001/03/19 00:28:04     1.93
+++ npx.c       2001/03/19 20:28:55
@@ -456,7 +456,7 @@
        }
        npxinit(__INITIAL_NPXCW__);

-#ifdef I586_CPU
+#ifdef I586_CPU_DOES_NOT_WORK
        if (cpu_class == CPUCLASS_586 && npx_ex16 && npx_exists &&
            timezero("i586_bzero()", i586_bzero) <
            timezero("bzero()", bzero) * 4 / 5) {

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to