From owner-freebsd-ports@FreeBSD.ORG Tue Sep 19 17:03:53 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 8F2FD16A415 for ; Tue, 19 Sep 2006 17:03:53 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A28843D7B for ; Tue, 19 Sep 2006 17:03:42 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 19 Sep 2006 10:00:58 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id k8JH3foV088925; Tue, 19 Sep 2006 10:03:41 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id k8JH3ZEe088920; Tue, 19 Sep 2006 10:03:35 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200609191703.k8JH3ZEe088920@ambrisko.com> In-Reply-To: To: Michael Graziano Date: Tue, 19 Sep 2006 10:03:35 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: "J. Martin Petersen" , ports@freebsd.org, Nick Barkas 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: Tue, 19 Sep 2006 17:03:53 -0000 Michael Graziano writes: | I believe our 2950 is BIOS Rev. A03 as well, I'll reboot it tomorrow | if I have a chance and get the Dell version ID. | | dmesg-wise, my first iomem range is the same as for A02, but my | second is not. I'm leaning toward the explanation that Dell moved | something on us and done went and broke the module :-/ | | 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 FYI, this will be fixed in -current soon. jhb has been doing some work in the area to greatly improve some WIP that I gave him. Dell put a hole in the address range via their ACPI so it can't attach the range. Doug A.