Date: 19 Mar 2001 22:16:00 +0100 From: Dag-Erling Smorgrav <des@ofug.org> To: Pierre Beyssac <beyssac@enst.fr> Cc: daeron@wit401305.student.utwente.nl, freebsd-current@FreeBSD.ORG Subject: Re: CURRENT instability Message-ID: <xzpbsqxv4rz.fsf@flood.ping.uio.no> In-Reply-To: Dag-Erling Smorgrav's message of "19 Mar 2001 13:23:48 %2B0100" 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpbsqxv4rz.fsf>