From owner-freebsd-stable@FreeBSD.ORG Thu Sep 11 15:10:45 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ECB3106567E for ; Thu, 11 Sep 2008 15:10:45 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id E69298FC1C for ; Thu, 11 Sep 2008 15:10:44 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 8838A1587DF; Thu, 11 Sep 2008 11:10:44 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 11 Sep 2008 11:10:44 -0400 X-Sasl-enc: +Tn42lqRoxlFWsoMYcPkz4WowXTQb3z0Tsk0HfuPsZ0h 1221145844 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0998D2A003; Thu, 11 Sep 2008 11:10:43 -0400 (EDT) Message-ID: <48C934F3.5060500@FreeBSD.org> Date: Thu, 11 Sep 2008 16:10:43 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: FreeBSD stable References: <48C927DC.6000202@incunabulum.net> In-Reply-To: <48C927DC.6000202@incunabulum.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Warner Losh Subject: viapm(4) does not see VT8237A on Gigabyte GA-VM900M X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Sep 2008 15:10:45 -0000 Bruce M Simpson wrote: > Does anyone have ichsmb(4) actually seeing SMBus devices? > e.g. you run "smbmsg -p" on your FreeBSD-STABLE system and see something. > I just tried to port over some of the hardware IDs from OpenBSD 4.3's viapm(4) driver to the driver in 6.3-RELEASE, as I really need to see what working SMBus support looks like in a FreeBSD system. Unfortunately the driver wouldn't attach. It looks like isab already claims the ISA bridge. Is there any trick I can use to get viapm to attach to the ISA bridge controller, without breaking the ISA bus bridge attachment? I am using a Gigabyte GA-VM900M board. thanks, BMS