From owner-freebsd-stable@FreeBSD.ORG Thu Apr 14 17:38:54 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBC5C16A4CE for ; Thu, 14 Apr 2005 17:38:54 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D0143D45 for ; Thu, 14 Apr 2005 17:38:54 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 8711872DDF; Thu, 14 Apr 2005 10:38:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 84A6272DDB; Thu, 14 Apr 2005 10:38:54 -0700 (PDT) Date: Thu, 14 Apr 2005 10:38:54 -0700 (PDT) From: Doug White To: Philip Murray In-Reply-To: Message-ID: <20050414103735.A24742@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@freebsd.org Subject: Re: Intel 6300ESB (ICH) SMBus controller not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 17:38:54 -0000 On Tue, 12 Apr 2005, Philip Murray wrote: > Hi, > > I'm running RELENG_5 on a Dell PowerEdge 750 and the ichsmb driver > doesn't want to work with it, I get the following on boot: > > ichsmb0: port 0x8c0-0x8df irq 17 > at device 31.3 on pci0 > device_attach: ichsmb0 attach returned 6 > > It then doesn't load smb or smbus. I had a look in the source and it is > supposed to work with this controller. > > Is this something wrong with the driver? or have I left out some bit of > configuration? > > Attached is the output from boot -v and my kernel configuration. Is > there any other debugging output that would be useful? According to the boot -v messages the I/O range map is getting attached to the wrong function on that chip: found-> vendor=0x8086, dev=0x25a3, revid=0x02 bus=0, slot=31, func=2 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x02a8, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=255 map[20]: type 4, range 32, base 000008c0, size 5, enabled but it should be on this: ichsmb0: port 0x8c0-0x8df irq 17 at device 31.3 on pci0 I'll poke at this a bit, but you should check for a BIOS update. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org