From owner-freebsd-current Mon Mar 19 13:16:32 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5A30837B725 for ; Mon, 19 Mar 2001 13:16:28 -0800 (PST) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id WAA83983; Mon, 19 Mar 2001 22:16:01 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Pierre Beyssac Cc: daeron@wit401305.student.utwente.nl, freebsd-current@FreeBSD.ORG Subject: Re: CURRENT instability References: <20010315081658.A799@shadowmere.student.utwente.nl> <20010319083012.A53628@shadowmere.student.utwente.nl> <20010319121606.A89188@enst.fr> From: Dag-Erling Smorgrav Date: 19 Mar 2001 22:16:00 +0100 In-Reply-To: Dag-Erling Smorgrav's message of "19 Mar 2001 13:23:48 +0100" Message-ID: Lines: 26 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav 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