From owner-freebsd-stable@FreeBSD.ORG Wed Sep 27 07:48:52 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894AC16A492 for ; Wed, 27 Sep 2006 07:48:52 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B752643D5E for ; Wed, 27 Sep 2006 07:48:50 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so120229wxd for ; Wed, 27 Sep 2006 00:48:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=VLdjXkGu2aR4lvYbpA0+OwGy+H2vzWyum1IsMrTFUepeWf9mo9AmcXiHVK4tmj5LnJ7RWVxzxf0w27GcKsvR51sp+ZGGvu0Xj3MZ52dFqJkzgbD9/X11Vxg8+wp4hkig3oSaI4ZALYe5VehC9Q7C2EQtmcY1q9/QrO/uaYA3g/c= Received: by 10.90.94.2 with SMTP id r2mr82489agb; Wed, 27 Sep 2006 00:48:47 -0700 (PDT) Received: by 10.90.70.6 with HTTP; Wed, 27 Sep 2006 00:48:47 -0700 (PDT) Message-ID: <7ad7ddd90609270048p2e9d91e2qccad68de74de0dda@mail.gmail.com> Date: Wed, 27 Sep 2006 09:48:47 +0200 From: "Ulrich Spoerlein" To: stable@freebsd.org In-Reply-To: <7ad7ddd90609270046r16aa41baga229eaf65ce0f310@mail.gmail.com> MIME-Version: 1.0 References: <20060924171559.C7094@atlantis.atlantis.dp.ua> <200609261309.19663.jhb@freebsd.org> <20060926215928.H38624@atlantis.atlantis.dp.ua> <200609261640.20577.jhb@freebsd.org> <20060927010735.N32956@atlantis.atlantis.dp.ua> <7ad7ddd90609270046r16aa41baga229eaf65ce0f310@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fwd: Loadable SMBus modules regression in 6-STABLE -> 6-BETA 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: Wed, 27 Sep 2006 07:48:52 -0000 On 9/27/06, Dmitry Pryanishnikov wrote: > > On Tue, 26 Sep 2006, John Baldwin wrote: > > I've just found it and fixed it if you upgrade to the newest smbus.c. > Thanks, the problem has indeed been fixed. I'm sorry to hijack this thread, but what's the recommended way to read out temperature values via SMB? ichsmb0@pci0:31:3: class=0x0c0500 card=0x618015d9 chip=0x24d38086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82801EB/ER (ICH5/ICH5R) SMBus Controller' class = serial bus subclass = SMBus ichsmb0: port 0x1100-0x111f irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 # mbmon -d ioctl(smb0:open): No such file or directory SMBus[Intel8XX(ICH/ICH2/ICH3/ICH4/ICH5/ICH6)] found, but No HWM available on it!! No Hardware Monitor found!! InitMBInfo: Bad file descriptor # ls /dev/smb* ls: No match. # sysctl -a|grep smb dev.ichsmb.0.%desc: Intel 82801EB (ICH5) SMBus controller dev.ichsmb.0.%driver: ichsmb dev.ichsmb.0.%location: slot=31 function=3 handle=\_SB_.PCI0.SMBS dev.ichsmb.0.%pnpinfo: vendor=0x8086 device=0x24d3 subvendor=0x15d9 subdevice=0x6180 class=0x0c0500 dev.ichsmb.0.%parent: pci0 dev.smbus.0.%desc: System Management Bus dev.smbus.0.%driver: smbus dev.smbus.0.%parent: ichsmb0 Uli