From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 06:36:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57AD516A41F for ; Tue, 1 Nov 2005 06:36:59 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from mail02.msdihosting.net (ntweb04.msdihosting.net [66.199.153.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEEFC43D45 for ; Tue, 1 Nov 2005 06:36:58 +0000 (GMT) (envelope-from mailing-lists@msdi.ca) Received: from ian.msdi.ca ([24.201.183.241]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with SMTP id B3Q02104 for ; Tue, 01 Nov 2005 01:37:15 -0500 Message-Id: <6.2.3.4.2.20051101013355.0319fe28@pop.msdi.ca> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Tue, 01 Nov 2005 01:36:22 -0500 To: freebsd-questions@freebsd.org From: Ian Lord Mime-Version: 1.0 X-DEBUG: 1 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Freebsd 5.4 smp on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 06:36:59 -0000 Hi, I compiled my kernel using options SMP it seems to work, I now see 4 cpus on my server (2 xeon with HTT) so It seems fine. Following the documentation I tried to use either device apic or options APIC_IO both are refused by /usr/sbin/config are they mandatory or does the documentation needs updating ? Thanks