Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752534AbXLITkU (ORCPT ); Sun, 9 Dec 2007 14:40:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750998AbXLITkI (ORCPT ); Sun, 9 Dec 2007 14:40:08 -0500 Received: from tomts52.bellnexxia.net ([209.226.175.177]:53936 "EHLO tomts52-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbXLITkH (ORCPT ); Sun, 9 Dec 2007 14:40:07 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAJvTW0dFn+Sr/2dsb2JhbACkMw Date: Sun, 9 Dec 2007 14:40:04 -0500 From: Mike Houston To: Jean Delvare Cc: Adrian Bunk , mhoffman@lightlink.com, linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, Bjorn Helgaas , Adam Belay Subject: Re: [lm-sensors] 2.6.24-rc4 hwmon it87 probe fails Message-Id: <20071209144004.ac36aad1.mikeserv@bmts.com> In-Reply-To: <20071209105028.06ed52a6@hyperion.delvare> References: <20071204215154.7f26285e.mikeserv@bmts.com> <20071209000554.GF20441@stusta.de> <20071208212234.e00b74cd.mikeserv@bmts.com> <20071209105028.06ed52a6@hyperion.delvare> X-Mailer: Sylpheed 2.4.6 (GTK+ 2.10.14; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1701 Lines: 41 On Sun, 9 Dec 2007 10:50:28 +0100 Jean Delvare wrote: > This one shows: > > system 00:01: ioport range 0x290-0x29f has been reserved > (...) > system 00:01: ioport range 0x290-0x294 has been reserved > > This is clearly not correct as both areas overlap. The second > reservation is responsible for the it87 breakage, because it > conflicts with what the it87 driver later attempts to request > (0x290-0x297). The first is wrong as well (the IT87xxF environment > controller I/O area is 8 port wide, not 16) but shouldn't be a > problem in practice. > > These port reservations weren't happening in 2.6.23.9 according to > your dmesg output for that kernel. I don't know what changed in > this area since 2.6.23.9, maybe Bjorn or Adam (Cc'd) can tell. > > Either way, the overlapping areas smell like a BIOS bug, meaning > that you should look for an updated BIOS for your system first. > > > http://www.mikeserv.com/temp/config-2.6.24-rc4.txt Thanks for the suggestion, Jean. I flashed my bios to the latest (F12) for my Gigabyte GA-965P-DS3 (rev. 3.3) motherboard http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2456 Unfortunately, there has been no change to the situation. The same ioport ranges are being reserved when booting with 2.6.24-rc4 and it87 does not work. No change to the situation in 2.6.23.9 either, the io conflict is not occuring and it87 still works there. Mike Houston -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/