From owner-freebsd-stable@FreeBSD.ORG Fri Mar 30 16:36:27 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A89171065674; Fri, 30 Mar 2012 16:36:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF278FC0A; Fri, 30 Mar 2012 16:36:27 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DBBEBB93F; Fri, 30 Mar 2012 12:36:26 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org, sbruno@freebsd.org Date: Fri, 30 Mar 2012 12:29:45 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <1333039719.3948.3.camel@powernoodle-l7.corp.yahoo.com> In-Reply-To: <1333039719.3948.3.camel@powernoodle-l7.corp.yahoo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201203301229.45069.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 30 Mar 2012 12:36:27 -0400 (EDT) Cc: Subject: Re: [stable-ish 9] Dell R815 ipmi(4) attach failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2012 16:36:27 -0000 On Thursday, March 29, 2012 12:48:39 pm Sean Bruno wrote: > Noting a failure to attach to the onboard IPMI controller with this dell > R815. Not sure what to start poking at and thought I'd though this over > here for comment. > > -bash-4.2$ dmesg |grep ipmi > ipmi0: KCS mode found at io 0xca8 on acpi > ipmi1: on isa0 > device_attach: ipmi1 attach returned 16 > ipmi1: on isa0 > device_attach: ipmi1 attach returned 16 > ipmi0: Timed out waiting for GET_DEVICE_ID > > > -bash-4.2$ sysctl -a|grep ipmi > device ipmi # IPMI > hw.ipmi.on: 1 > dev.ipmi.0.%desc: IPMI System Interface > dev.ipmi.0.%driver: ipmi > dev.ipmi.0.%location: handle=\_SB_.PCI0.ISA_.NIPM > dev.ipmi.0.%pnpinfo: _HID=IPI0001 _UID=5 > dev.ipmi.0.%parent: acpi0 Can you get dmidecode output? -- John Baldwin