From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 14 02:51:06 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477F616A40F; Tue, 14 Nov 2006 02:51:06 +0000 (UTC) (envelope-from raymond@sundland.com) Received: from mail.omnimx.net (mail.omnimx.net [64.235.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B8C43D45; Tue, 14 Nov 2006 02:51:05 +0000 (GMT) (envelope-from raymond@sundland.com) Received: from [10.0.1.35] (pool-70-111-92-130.nwrk.east.verizon.net [70.111.92.130]) by mail.omnimx.net (Postfix) with ESMTP id 68D5F170A0; Mon, 13 Nov 2006 18:51:02 -0800 (PST) Message-ID: <45592F08.40205@sundland.com> Date: Mon, 13 Nov 2006 21:50:48 -0500 From: "Raymond T. Sundland" User-Agent: Mail/News 3.0a1 (Macintosh/20060315) MIME-Version: 1.0 To: John Baldwin References: <003301c70754$56143280$8478020a@medco.com> <200611131552.14987.jhb@freebsd.org> In-Reply-To: <200611131552.14987.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@freebsd.org Subject: Re: FW: IPMI kernel module errors on 6.x X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 02:51:06 -0000 This is the output with KCS_DEBUG enabled: ipmi0: on isa0 ipmi0: KCS mode found at mem 0xca2 alignment 0x4 on isa ipmi0: KCS: initial state: 00 ipmi0: KCS: Failed to start write ipmi0: KCS Error retry exhausted ipmi0: KCS: Failed to start write ipmi0: KCS Error retry exhausted ipmi0: KCS: Failed to start write ipmi0: KCS Error retry exhausted ipmi0: Timed out waiting for GET_DEVICE_ID John Baldwin wrote: > On Monday 13 November 2006 13:48, Raymond Sundland wrote: > >> I sent this to -questions earlier, but thought I would get a more complete >> response from either -hackers or -amd64. >> > > Try enabling KCS_DEBUG in sys/dev/ipmi/ipmi_kcs.c and save the output to a > file (it will be a lot!). > >