From owner-cvs-all Tue Feb 12 13:13:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88D6D37B402; Tue, 12 Feb 2002 13:13:02 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1CLD2c13538; Tue, 12 Feb 2002 13:13:02 -0800 (PST) (envelope-from dwmalone) Message-Id: <200202122113.g1CLD2c13538@freefall.freebsd.org> From: David Malone <dwmalone@FreeBSD.org> Date: Tue, 12 Feb 2002 13:13:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: <cvs-all.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-all> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-all> X-Loop: FreeBSD.ORG dwmalone 2002/02/12 13:13:02 PST Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 initcpu.c Log: Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSE feature bit on newer Athlon CPUs if the BIOS has forgotten to enable it. This patch was constructed using some info made available by John Clemens at http://www.deater.net/john/PavilionN5430.html Reviewed by: -audit MFC after: 3 weeks Revision Changes Path 1.165 +1 -0 src/sys/conf/options.i386 1.139 +1 -0 src/sys/conf/options.pc98 1.994 +4 -0 src/sys/i386/conf/NOTES 1.34 +18 -0 src/sys/i386/i386/initcpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message