From owner-freebsd-hardware Thu May 29 02:57:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA05217 for hardware-outgoing; Thu, 29 May 1997 02:57:28 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA05212 for ; Thu, 29 May 1997 02:57:25 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA05150; Thu, 29 May 1997 19:51:16 +1000 Date: Thu, 29 May 1997 19:51:16 +1000 From: Bruce Evans Message-Id: <199705290951.TAA05150@godzilla.zeta.org.au> To: asami@vader.cs.berkeley.edu, roberto@keltia.freenix.fr Subject: Re: Intel Pentium II released Cc: hardware@FreeBSD.ORG Sender: owner-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Bruce, do you think you can add a code to disable the FP-copy when the >chip is a 586-class but not from "GenuineIntel" (or whatever)? The >only 586-class non-Intel CPU out there is the K6 (K5 too?), right? CPU_M2 also has class CPU_586. I don't know if the K6 is a CPU_586 or a CPU_M2. It's not really either. The FP-copy attachment code shouldn't know about this. It should run some tests and pick the fastest method. Bruce