From owner-cvs-all Tue Jan 7 19:10:28 2003 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 AE2C937B401; Tue, 7 Jan 2003 19:10:26 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1059643E4A; Tue, 7 Jan 2003 19:10:26 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id h083APro018250 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 7 Jan 2003 22:10:25 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h083AKc60263; Tue, 7 Jan 2003 22:10:20 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Tue, 7 Jan 2003 22:10:20 -0500 From: Andrew Gallatin To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c Message-ID: <20030107221020.A60240@grasshopper.cs.duke.edu> References: <200301080133.h081XI8W028546@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Tue, Jan 07, 2003 at 08:44:33PM -0500 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > CPU: Pentium 4 (686-class CPU) > Origin = "GenuineIntel" > Features=0xffffffffbfebfbff GE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Hyperthreading: 2 logical CPUs <...> > For now I am working on reworking the i386 interrupt code so that > using the local and I/O APICs versus using the traditional PICs is > a runtime decision rather than a compile time decision as well as > fixing the mptable code to route PCI interrupts using the > pcib_route_interrupt() method and adding support for enumerating > APICs and CPUs via ACPI. The goal is to put SMP into GENERIC on > i386 to support SMP out of the box and obsolete /sys/i386/conf/SMP. Cool! Will I ever be able to run a system like the following (with no I/O APIC) under FreeBSD/SMP?: CPU: Pentium 4 (2533.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 Features=0x3febfbff <...> acpi_cpu0: on acpi0 acpi_cpu1: on acpi0 <...> thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message