From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 8 01:37:16 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8D516A4CE for ; Wed, 8 Dec 2004 01:37:16 +0000 (GMT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9262943D4C for ; Wed, 8 Dec 2004 01:37:16 +0000 (GMT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id iB81bGX11742 for freebsd-amd64@freebsd.org; Tue, 7 Dec 2004 17:37:16 -0800 (PST) Date: Tue, 7 Dec 2004 17:37:16 -0800 From: Mike Hunter To: freebsd-amd64@freebsd.org Message-ID: <20041208013716.GA10869@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: device apic? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 01:37:17 -0000 Hi, I'm successfully up to 5.3-STABLE / RELENG_5 as of today :) In order to build my kernel I had to leave out apic, even though I had options SMP...has something changed? # make buildkernel KERNCONF=mybox config: Error: device "apic" is unknown config: 1 errors *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. mybox# grep apic sys/amd64/conf/NOTES # The apic device enables the use of the I/O APIC for interrupt delivery. # The apic device can be used in both UP and SMP kernels, but is required # for SMP kernels. Thus, the apic device is not strictly an SMP option, Did smp successfully make it into my kernel? mybox# uname -a FreeBSD mybox 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Dec 7 15:35:28 PST 2004 root@mybox:/usr/obj/usr/src/sys/mybox amd64 mybox# sysctl -a | grep -i smp kern.timecounter.smp_tsc: 0 kern.smp.forward_roundrobin_enabled: 1 kern.smp.forward_signal_enabled: 1 kern.smp.cpus: 2 kern.smp.disabled: 0 kern.smp.active: 1 kern.smp.maxcpus: 8 debug.psmpkterrthresh: 2 Thanks for any help, Mike