From owner-cvs-all@FreeBSD.ORG Tue Nov 11 09:14:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1462A16A4CE; Tue, 11 Nov 2003 09:14:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9173343F85; Tue, 11 Nov 2003 09:14:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hABHEQXJ060787; Tue, 11 Nov 2003 09:14:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hABHEQ8r060786; Tue, 11 Nov 2003 09:14:26 -0800 (PST) (envelope-from jhb) Message-Id: <200311111714.hABHEQ8r060786@repoman.freebsd.org> From: John Baldwin Date: Tue, 11 Nov 2003 09:14:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 mptable.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 17:14:27 -0000 jhb 2003/11/11 09:14:26 PST FreeBSD src repository Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 mptable.c Log: Disable probing of HTT CPUs by default for the MP Table case. HTT CPUs should only be used if they are enabled in the BIOS. Now that we support enumerating CPUs using the ACPI MADT, any HTT machine using ACPI should respect the BIOS setting. For HTT machines with ACPI disabled in the kernel, the MPTABLE_FORCE_HTT kernel option can be used to try to probe HTT CPUs like have done in the past for the MP Table case. This option should only be enabled if HTT is enabled in the BIOS. Revision Changes Path 1.202 +1 -0 src/sys/conf/options.i386 1.170 +1 -0 src/sys/conf/options.pc98 1.1106 +13 -0 src/sys/i386/conf/NOTES 1.224 +7 -0 src/sys/i386/i386/mptable.c