Date: Thu, 5 May 2005 12:10:17 +0200 From: Bernd Walter <ticso@cicely12.cicely.de> To: Jiawei Ye <leafy7382@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: SMBus hardware note recognized Message-ID: <20050505101016.GM75629@cicely12.cicely.de> In-Reply-To: <c21e92e205050419235acc8282@mail.gmail.com> References: <c21e92e205050419235acc8282@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 05, 2005 at 10:23:50AM +0800, Jiawei Ye wrote: > leafy@chihiro:~$ dmesg |grep driver > pci0: <serial bus, SMBus> at device 31.3 (no driver attached) > pci0: <serial bus, SMBus> at device 31.3 (no driver attached) > pci0: <serial bus, SMBus> at device 31.3 (no driver attached) > > kldloading smb/smbus or compiling them in the kernel does not help in > recognizing the hardware. Maybe the PCI-ID is incorrect or something? smbus is the bus layer, you need the driver for the pci chip as well. In your case it should be ichsmb. Be carefull: some smbus drivers use bits 0-6 and other 1-7 for addressing. -- B.Walter BWCT http://www.bwct.de bernd@bwct.de info@bwct.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050505101016.GM75629>