From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 00:45:56 2003 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 3325316A4B3 for ; Sun, 5 Oct 2003 00:45:56 -0700 (PDT) Received: from MAILSERVER.ofw.fi (ns.ofw.fi [194.111.144.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9188B43FEC for ; Sun, 5 Oct 2003 00:45:54 -0700 (PDT) (envelope-from dan.naumov@ofw.fi) Received: from [172.16.161.81] by MAILSERVER.ofw.fi (NTMail 7.00.0022/NT1439.00.90501b21) with ESMTP id eomjmaaa for freebsd-current@freebsd.org; Sun, 5 Oct 2003 10:44:23 +0300 From: Dan Naumov To: ticso@cicely.de In-Reply-To: <20031004235304.GA13791@cicely12.cicely.de> References: <1065281296.966.11.camel@localhost.localdomain> <20031004214443.GV886@cicely12.cicely.de> <1065308142.966.15.camel@localhost.localdomain> <20031004235304.GA13791@cicely12.cicely.de> Content-Type: text/plain Message-Id: <1065340057.832.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sun, 05 Oct 2003 10:47:37 +0300 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: SMBus / I2C h/w sensors and FreeBSD 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 05 Oct 2003 07:45:56 -0000 On Sun, 2003-10-05 at 02:53, Bernd Walter wrote: > With a driver for the hardware it's possible of course. > You have a VT82C686A/B chip for which you want viapm driver. > intpm is for Intel PIIX4 (82371AB, 82443MX) which you don't have. I've replaced intpm with viapm in my kernel config and this is what I am seeing in my dmesg now: viapropm0: SMBus I/O base at 0x5000 viapropm0: port 0x5000-0x500f at device 7.4 on pci0 viapropm0: failed to enable port mapping! viapropm0: could not allocate bus space device_probe_and_attach: viapropm0 attach returned 6 Obviously, /dev/smb is still nowhere to be seen :( Sincerely, Dan Naumov