From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 09:28:39 2004 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 B349116A4CE for ; Fri, 15 Oct 2004 09:28:39 +0000 (GMT) Received: from citka.mg-proline.si (citka.sir-mag.com [212.18.32.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08E2443D1D for ; Fri, 15 Oct 2004 09:28:39 +0000 (GMT) (envelope-from uros.gruber@sir-mag.com) Received: from localhost (localhost [127.0.0.1]) by citka.mg-proline.si (Postfix) with ESMTP id 73E04706B8 for ; Fri, 15 Oct 2004 11:28:35 +0200 (CEST) Received: from citka.mg-proline.si ([127.0.0.1]) by localhost (citka.mg-proline.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33701-03 for ; Fri, 15 Oct 2004 11:28:04 +0200 (CEST) Received: from UROS (BSN-77-34-194.dsl.siol.net [193.77.34.194]) by citka.mg-proline.si (Postfix) with ESMTP id 61003706B9 for ; Fri, 15 Oct 2004 11:28:03 +0200 (CEST) Date: Fri, 15 Oct 2004 11:28:00 +0200 From: Uros X-Priority: 3 (Normal) Message-ID: <105777988.20041015112800@sir-mag.com> To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mg-proline.si Subject: SMBus with intel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Uros List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 09:28:39 -0000 Hello , I have trouble setting chm program to use smbus. my dmesg say pci0: at device 31.3 (no driver attached) and pciconf -lv none2@pci0:31:3: class=0x0c0500 card=0x80a61043 chip=0x266a8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82801FB/FR/FW/FRW SMBus Controller' class = serial bus subclass = SMBus In my kernel I add device smbus device iicbus device iicbb device intpm device smb but smb is not working. I don't know if this controler is supposed to work in 5.3 or I have to wait next releases. Some days ago I report that ICH6 sata was not recognized correctly but with beta7 it works Ok, Here is report from dmesg ad4: 156334MB [317632/16/63] at ata2-master SATA150 ad6: 156334MB [317632/16/63] at ata3-master SATA150 -- Best regards, Uros