aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/ibm_acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c
index e5b8745b9070..392abbb7d2dc 100644
--- a/drivers/acpi/ibm_acpi.c
+++ b/drivers/acpi/ibm_acpi.c
@@ -174,6 +174,7 @@ IBM_HANDLE(dock, root, "\\_SB.GDCK", /* X30, X31, X40 */
174#endif 174#endif
175IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */ 175IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
176 "\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */ 176 "\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */
177 "\\_SB.PCI0.SATA.SCND.MSTR", /* T60, X60, Z60 */
177 "\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */ 178 "\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */
178 ); /* A21e, R30, R31 */ 179 ); /* A21e, R30, R31 */
179 180