PCI: Stop unhiding the SMBus on Toshiba laptops
authorJean Delvare <khali@linux-fr.org>
Sat, 24 Mar 2007 15:56:44 +0000 (16:56 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Mar 2007 21:13:07 +0000 (14:13 -0700)
It was found that the Toshiba laptops with hidden Intel SMBus have SMM
code handling the thermal management which accesses the SMBus. Thus it
is not safe to unhide it and let Linux access it. We have to leave the
SMBus hidden. SMM is a pain, really.

This fixes bugs #6315 and #6395, for good this time.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found