From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 3 17:16:14 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 519CC106566B; Thu, 3 Feb 2011 17:16:14 +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 1FADE8FC14; Thu, 3 Feb 2011 17:16:14 +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 B277646B4C; Thu, 3 Feb 2011 12:16:13 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 317258A01D; Thu, 3 Feb 2011 12:16:12 -0500 (EST) From: John Baldwin To: Robert Clemens Date: Thu, 3 Feb 2011 11:57:34 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201102030450.p134oCD8093377@freefall.freebsd.org> <201102030742.59662.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102031157.34456.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 03 Feb 2011 12:16:12 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.5 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: freebsd-amd64@freebsd.org, bug-followup@freebsd.org Subject: Re: amd64/141413: [hang] Tyan 2881 m3289 SMDC freeze 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: Thu, 03 Feb 2011 17:16:14 -0000 On Thursday, February 03, 2011 10:43:00 am Robert Clemens wrote: > On Thu, Feb 3, 2011 at 6:42 AM, John Baldwin wrote: > > Can you get the ipmi lines from an older dmesg when it worked? The output > > of > > dmidecode may also be useful. > > > > This is from another server I have running. > FreeBSD abyss.solidsolutions.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov > 21 15:02:08 UTC 2009 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > amd64 > > [root@abyss /var/run]# cat dmesg.boot |grep ipmi > ipmi0: on isa0 > ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa > ipmi0: IPMI device rev. 1, firmware rev. 1.81, version 1.5 > ipmi0: Number of channels 1 > ipmi0: Attached watchdog > [root@abyss /var/run]# > > Handle 0x003B, DMI type 38, 16 bytes > IPMI Device Information > Interface Type: KCS (Keyboard Control Style) > Specification Version: 1.5 > I2C Slave Address: 0x10 > NV Storage Device: Not Present > Base Address: 0x0000000000000CA2 (I/O) Does the server running 8.2 have identical dmidecode output? -- John Baldwin