From owner-freebsd-amd64@FreeBSD.ORG Tue Nov 14 19:46:21 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 736E216A4A7 for ; Tue, 14 Nov 2006 19:46:21 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E1E43D67 for ; Tue, 14 Nov 2006 19:46:12 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kAEJjqQO024703; Tue, 14 Nov 2006 14:46:08 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: "Raymond T. Sundland" Date: Tue, 14 Nov 2006 12:51:59 -0500 User-Agent: KMail/1.9.1 References: <003301c70754$56143280$8478020a@medco.com> <200611131552.14987.jhb@freebsd.org> <45592F08.40205@sundland.com> In-Reply-To: <45592F08.40205@sundland.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611141252.00756.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 14 Nov 2006 14:46:08 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2194/Tue Nov 14 12:26:01 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx 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 19:46:21 -0000 On Monday 13 November 2006 21:50, Raymond T. Sundland wrote: > 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 Hmmm. It appears to not be working at all. You can add more printf's in kcs_start_write() and kcs_error() to see exactly which conditions are failing. If the status byte was just always stuck as 0x00 kcs_error() should succeed, so it is doing something. > 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!). > > > > > -- John Baldwin