From owner-freebsd-smp Mon Mar 24 22:34: 7 2003 Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D69C37B40A for ; Mon, 24 Mar 2003 22:34:05 -0800 (PST) Received: from ztxmail05.ztx.compaq.com (ztxmail05.ztx.compaq.com [161.114.1.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B83F44061 for ; Mon, 24 Mar 2003 22:28:35 -0800 (PST) (envelope-from john.cagle@hp.com) Received: from cceexg11.americas.cpqcorp.net (cceexg11.americas.cpqcorp.net [16.110.250.125]) by ztxmail05.ztx.compaq.com (Postfix) with ESMTP id 117646F9C for ; Tue, 25 Mar 2003 00:28:35 -0600 (CST) Received: from cceexc19.americas.cpqcorp.net ([16.110.250.85]) by cceexg11.americas.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.2966); Tue, 25 Mar 2003 00:28:34 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: HTT option in GENERIC template? Date: Tue, 25 Mar 2003 00:28:34 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: HTT option in GENERIC template? Thread-Index: AcLMh4KKXbfFN4teQcicQMfeIXQV6AmD4zJA From: "Cagle, John (ISS-Houston)" To: X-OriginalArrivalTime: 25 Mar 2003 06:28:34.0953 (UTC) FILETIME=[C33FFF90:01C2F297] X-Spam-Status: No, hits=-6.0 required=5.0 tests=PATCH_UNIFIED_DIFF autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'd like to recommend the following simple patch be checked in for the GENERIC config file for 4.8. This should reduce user confusion about enabling hyperthreading: RCS file: /usr/ncvs/src/sys/i386/conf/GENERIC,v retrieving revision 1.246.2.51 diff -u -r1.246.2.51 GENERIC --- GENERIC 28 Feb 2003 15:53:37 -0000 1.246.2.51 +++ GENERIC 25 Mar 2003 06:20:27 -0000 @@ -64,6 +64,9 @@ #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O =20 +# To make a Hyperthreading kernel, use SMP, APIC_IO and HTT +#options HTT # Enable Hyperthreading + device isa device eisa device pci Regards, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message