From owner-freebsd-current@FreeBSD.ORG Thu May 5 10:10:58 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14DC816A4CE for ; Thu, 5 May 2005 10:10:58 +0000 (GMT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1A543D62 for ; Thu, 5 May 2005 10:10:57 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de (cicely5.cicely.de [10.1.1.7]) (authenticated bits=0)j45AAo4J005861 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 5 May 2005 12:10:55 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [IPv6:3ffe:400:8d0:301::12]) by cicely5.cicely.de (8.12.10/8.12.10) with ESMTP id j45AAIhs010121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 May 2005 12:10:18 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.12.11/8.12.11) with ESMTP id j45AAHXa018173; Thu, 5 May 2005 12:10:17 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.12.11/8.12.11/Submit) id j45AAHpo018172; Thu, 5 May 2005 12:10:17 +0200 (CEST) (envelope-from ticso) Date: Thu, 5 May 2005 12:10:17 +0200 From: Bernd Walter To: Jiawei Ye Message-ID: <20050505101016.GM75629@cicely12.cicely.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD cicely12.cicely.de 5.2-CURRENT alpha User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=3.0 tests=BAYES_00 autolearn=no version=2.64 X-Spam-Report: * -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on cicely12.cicely.de cc: freebsd-current@freebsd.org Subject: Re: SMBus hardware note recognized X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ticso@cicely.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 10:10:58 -0000 On Thu, May 05, 2005 at 10:23:50AM +0800, Jiawei Ye wrote: > leafy@chihiro:~$ dmesg |grep driver > pci0: at device 31.3 (no driver attached) > pci0: at device 31.3 (no driver attached) > pci0: 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