commit | 9208ee8286ea2c0136a4bc58638b0295bad791c8 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Mar 24 16:56:44 2007 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 26 14:13:07 2007 -0700 |
tree | c837417f3e13c146fadb0b59c5009f070101e1cd | |
parent | 5fabdb94394bef0651479fc14394121c60d5aff7 [diff] |
PCI: Stop unhiding the SMBus on Toshiba laptops 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>