From owner-freebsd-smp@FreeBSD.ORG Mon Apr 24 08:27:38 2006 Return-Path: X-Original-To: freebsd-smp@freebsd.org 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 1928B16A402; Mon, 24 Apr 2006 08:27:38 +0000 (UTC) (envelope-from etienne@usr.ch) Received: from multi.usr.ch (multi.usr.ch [157.161.175.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6501E43D46; Mon, 24 Apr 2006 08:27:36 +0000 (GMT) (envelope-from etienne@usr.ch) Received: from multi.usr.ch (etienne@localhost [127.0.0.1]) by multi.usr.ch (8.12.11/8.12.11) with ESMTP id k3O8RXdP012224; Mon, 24 Apr 2006 10:27:33 +0200 (CEST) (envelope-from etienne@multi.usr.ch) Received: (from etienne@localhost) by multi.usr.ch (8.12.11/8.12.11/Submit) id k3O8RXt9012223; Mon, 24 Apr 2006 10:27:33 +0200 (CEST) (envelope-from etienne) From: Stefan Hauser Message-Id: <200604240827.k3O8RXt9012223@multi.usr.ch> In-Reply-To: <200604231450.k3NEofMw004875@multi.usr.ch> To: freebsd-smp@freebsd.org, freebsd-proliant@freebsd.org Date: Mon, 24 Apr 2006 10:27:33 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on multi.usr.ch Cc: Subject: Re: no smp with compaq proliant ml570 X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 08:27:38 -0000 looks like it helps, sending a mail to the list.... after spending days bevore mailing, to find a solution, i found it shortly after... APIC was disabled in the bios, and this options shows only if you switch to advanced mode with ctrl-A in the compaq utils. i found the answer in the linux smp-howto. (http://www.tldp.org/HOWTO/SMP-HOWTO-4.html#ss4.1) etienne