From owner-freebsd-ports@FreeBSD.ORG Sat Sep 9 19:44:15 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE0C16A415 for ; Sat, 9 Sep 2006 19:44:15 +0000 (UTC) (envelope-from jmp.lists@alvorlig.dk) Received: from cauchy.aub.dk (cauchy.aub.dk [194.255.124.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id D341043D46 for ; Sat, 9 Sep 2006 19:44:12 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from localhost (localhost.aub.dk [127.0.0.1]) by cauchy.aub.dk (Postfix) with ESMTP id C8BF51160C; Sat, 9 Sep 2006 21:44:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at aub.dk Received: from cauchy.aub.dk ([127.0.0.1]) by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kdc3U7SKDx88; Sat, 9 Sep 2006 21:43:57 +0200 (CEST) Received: from [10.100.94.162] (unknown [10.100.94.162]) by cauchy.aub.dk (Postfix) with ESMTP id 22C5311591; Sat, 9 Sep 2006 21:43:57 +0200 (CEST) Message-ID: <4503197C.3020304@alvorlig.dk> Date: Sat, 09 Sep 2006 21:43:56 +0200 From: "J. Martin Petersen" User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Michael Graziano References: <7FC26F3F-CBED-4E69-AD7D-A9AA5A1CEB4F@bsd-box.net> <45027280.5040102@alvorlig.dk> <9590E80D-224D-425C-971B-D47CDAF354D1@bsd-box.net> In-Reply-To: <9590E80D-224D-425C-971B-D47CDAF354D1@bsd-box.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, snb@threerings.net Subject: Re: FreeBSD Port: ipmi-kmod-20060418_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2006 19:44:15 -0000 Michael Graziano wrote: > > On Sep 9, 2006, at 3:51 AM, J. Martin Petersen wrote: > >> Michael Graziano wrote: >> >>> By any chance have you had success with this module on some of the >>> newer Dell (X950) hardware? >> >> FreeBSD IPMI on 6.1 no longer works on our Dell SC 1425 (which is a >> somewhat older model) after the latest Flash BIOS upgrade (which we >> needed for other reasons), loading the modules yields >> >> ipmi0: at iomem >> 0xfa830-0xfa84e,0xfa850-0xfb356 on isa0 >> ipmi0: SMBIOS Version: 2.03, revision: 2.03 >> ipmi0: KCS mode found at io 0xca8 alignment 0x4 on isa >> ipmi0: couldn't configure smbios io res >> sio1: configured irq 3 not in bitmap of probed irqs 0 >> sio1: port may not be enabled >> >> Are you seeing something similar (or something at all), when you load >> the module? > > Same results exactly: > > ipmi0: at iomem > 0xfd040-0xfd05e,0xcffbc000-0xcffbcc3a on isa0 > ipmi0: SMBIOS Version: 2.04, revision: 2.04 > ipmi0: KCS mode found at io 0xca8 alignment 0x4 on isa > ipmi0: couldn't configure smbios io res > > I'd guess Dell probably "fixed" something in the BIOS. > Do you also have the random system hangs when unloading the module? Yes, our SC1425 (which aren't SMP) hangs, and our PowerEdge 1800 (which is SMP) does a kernel panic. -Martin