From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 21:05:11 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F042A106566B for ; Fri, 21 Oct 2011 21:05:11 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C64268FC0C for ; Fri, 21 Oct 2011 21:05:11 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7E97746B23; Fri, 21 Oct 2011 17:05:11 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EFC4D8A02E; Fri, 21 Oct 2011 17:05:10 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Fri, 21 Oct 2011 16:19:45 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110211619.45623.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 21 Oct 2011 17:05:11 -0400 (EDT) Cc: Arnaud Lacombe Subject: Re: ipmi(4)/isa woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 21:05:12 -0000 On Tuesday, October 11, 2011 6:53:11 pm Arnaud Lacombe wrote: > Hi, > > On Tue, Oct 11, 2011 at 6:34 PM, Arnaud Lacombe wrote: > > Hi folks, > > > > I've got a machine where ipmi(4) seem to be unable to fully attach. > > 10-current kernel complains the following way: > > > > ipmi0: at iomem 0-0x1 on isa0 > > ipmi0: KCS mode found at mem 0x0 alignment 0x1 on isa > > ipmi0: couldn't configure I/O resource > > device_attach: ipmi0 attach returned 6 Resource 0 is not right and will not work. In this case your BIOS has a buggy SMBIOS / DMI table entry for IPMI. > Actually, I can bypass this issue by enabling acpi(4): > > ipmi0: port 0xca2,0xca3 on acpi0 > ipmi0: KCS mode found at io 0xca2 on acpi > ipmi1: on isa0 > device_attach: ipmi1 attach returned 16 > pmtimer0 on isa0 > ipmi1: on isa0 > device_attach: ipmi1 attach returned 16 You can ignore the ipmi1 messages. > However, the driver fails right after with: > > ipmi0: Timed out waiting for GET_DEVICE_ID Are you sure you have working IPMI? The timeouts and the busted DMI table is consistent with a machine where IPMI is available via an optional daughterboard, but the daughterboard isn't installed. -- John Baldwin