you Just have t change those lines :
TPACPI_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
"\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */
"\\_SB.PCI0.SATA.SCND.MSTR", /* T60, X60, Z60 */
"\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */
); /* A21e, R30, R31 */
onto :
TPACPI_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
"\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */
"\\_SB.PCI0.SATA.SCND.MSTR", /* T60, X60, Z60 */
"\\_SB.PCI0.IDE0.PRIM.MSTR", /* R60 */
"\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */
); /* A21e, R30, R31 */
(added the 4th line, the one wiith the R60 comment)
On file /usr/src/linux/drivers/misc/thinkpad_acpi.c
Standart disclaimers apply, it can break your system, I just know it works fine on mine.
Cheers!
--
Nuno Milheiro
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d+>- s:- a- C++++ ULAS++++$
P+ L+++$ E+ W+ N o-- K-> w$ O- M-
V-- PS+++ PE-- Y+ PGP++ t 5? X+ R
tv- b++>+++ DI++ D+ G e>+++ h---
r+++ y+++
------END GEEK CODE BLOCK------
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ ibm-acpi-devel mailing list ibm-acpi-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/ibm-acpi-devel