Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2001 10:07:50 -0800
From:      "Edwin L. Culp" <eculp@EnContacto.Net>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        Pierre Beyssac <beyssac@enst.fr>, daeron@wit401305.student.utwente.nl, freebsd-current@FreeBSD.ORG
Subject:   Re: CURRENT instability
Message-ID:  <985111670.3ab79c76a1449@Mail.InternetSalon.Org>
In-Reply-To: <xzpbsqxv4rz.fsf@flood.ping.uio.no>
References:  <20010315081658.A799@shadowmere.student.utwente.nl> <xzpofuy4ohj.fsf@flood.ping.uio.no> <20010319083012.A53628@shadowmere.student.utwente.nl> <20010319121606.A89188@enst.fr> <xzpk85mvtez.fsf@flood.ping.uio.no> <xzpbsqxv4rz.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
My old K6-2 laptop has this problem and the patch seemed to fix the crashes that
I was experiencing under almost minimal load. The down side is that it also
brought me a pccard or DEVFS problem so no network.  Of course that could have
been caused by out-of-sync kernel and sources due to all the crashes and the
fact that I had to build the patched kernel on an up-to-date Current desktop and
install it on the laptop, but of course with the laptop KERNCONF.

Has this or another fix been committed?

Thanks,

ed

Quoting Dag-Erling Smorgrav <des@ofug.org>:

> Dag-Erling Smorgrav <des@ofug.org> 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 - des@ofug.org
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
> 


-----------------------------------------------------------------------
       The illiterate of the 21st century will not be
             those who cannot read and write, 
       but those who cannot learn, unlearn and relearn. 
                                                --Alvin Toffler

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?985111670.3ab79c76a1449>