On Tue, 2008-11-04 at 01:48 +0800, Matthew Garrett wrote: > On Mon, Nov 03, 2008 at 12:47:19PM -0500, Len Brown wrote: > > > > > I don't think the BIOS is doing anything wrong here. It's entitled to > > > assume that the operating system won't load drivers for hardware it's > > > not declaring. > > > > agreed, we need a linux solution. > > There's a kernel warning in this kind of situation, but IIRC we were > still at the point where there were false positives. On your box after the i2c-i801 driver is loaded, the smbus controller will be used by the AML code and i2c-i801 driver. Unfortunately there is no synchronization between them. IMO this is the BIOS fault. The SMbus will be accessed by the two different modules. But it is exported by BIOS. So the better solution is that: a. SMBus is hidden in BIOS. In such case the Linux OS can't detect the SMbus controller . Of course it won't try to load the device driver for it. b. Linux OS won't load the device driver for it. thanks. > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html