From owner-freebsd-current@FreeBSD.ORG Sat Jun 14 19:41:28 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9263C44E; Sat, 14 Jun 2014 19:41:28 +0000 (UTC) Received: from felyko.com (felyko.com [65.49.80.26]) by mx1.freebsd.org (Postfix) with ESMTP id 809AB29E3; Sat, 14 Jun 2014 19:41:28 +0000 (UTC) Received: from [IPv6:2601:9:8280:426:a4d4:dc4e:c8c1:dd1b] (unknown [IPv6:2601:9:8280:426:a4d4:dc4e:c8c1:dd1b]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id 3645334B3EB; Sat, 14 Jun 2014 12:41:21 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: SMBus controller From: Rui Paulo In-Reply-To: <1402772923.1120.13.camel@bruno> Date: Sat, 14 Jun 2014 12:41:19 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0FA33954-4C7C-4650-9CEB-984CF0A13433@FreeBSD.org> References: <1402772923.1120.13.camel@bruno> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 19:41:28 -0000 On Jun 14, 2014, at 12:08, Sean Bruno wrote: > I note that my TLenovo 61 has one of these: >=20 > ichsmb0@pci0:0:31:3: class=3D0x0c0500 card=3D0x20a917aa = chip=3D0x283e8086 > rev=3D0x03 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82801H (ICH8 Family) SMBus Controller' > class =3D serial bus > subclass =3D SMBus >=20 >=20 > I'm pretty ignorant here, and I had to manually load ichsmb(4) to get = it > detected. How can I see what's on here and what its purpose for > existence might be. It's a System Management Bus. What you can do with it depends on what's = connected to the bus and depends on what the manufacturer implemented. = It's probably connected (indirectly) to the battery, to the voltage = sensors, to the fans, etc. smbmsg(8) is used to communicate with the other devices on the bus, but = I'm not sure if scanning devices will work. -- Rui Paulo