From owner-freebsd-current Thu Dec 28 13:08:37 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29547 for current-outgoing; Thu, 28 Dec 1995 13:08:37 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA29540 for ; Thu, 28 Dec 1995 13:08:31 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id NAA12230 for ; Thu, 28 Dec 1995 13:08:29 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id NAA00605 for ; Thu, 28 Dec 1995 13:08:34 -0800 (PST) Message-Id: <199512282108.NAA00605@corbin.Root.COM> To: current@freebsd.org Subject: CPU is a "Pentium Pro" bug From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 28 Dec 1995 13:08:34 -0800 Sender: owner-current@freebsd.org Precedence: bulk I just fixed the last of the cpu type recognition bugs that I caused when I added the P6 processor support. The last one that I just fixed would have caused regular 386's to be incorrectly recognized. All of the bugs were caused by botches I made with temporary assembler labels in locore.s. All these problems should now be fixed as of revision 1.59 of locore.s. -DG