[Bug 60776] ibm_acpi in dapper kernel (2.6.15-26.47) doesn't recognize the bay on X60s ultrabay systems
ake sandgren
ake.sandgren at hpc2n.umu.se
Sat Sep 16 17:38:55 UTC 2006
Public bug reported:
The ibm_acpi driver in 2.6.15-26.47 and older doesn't find the bay drive
on the X60s ultrabay system.
Patch to recognize it is:
--- drivers/acpi/ibm_acpi.c 2006-03-02 22:18:37.000000000 +0100
+++ drivers/acpi/ibm_acpi.c 2006-09-15 08:20:40.734250013 +0200
@@ -169,6 +169,7 @@
IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */
"\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */
+ "\\_SB.PCI0.IDE0.PRIM.MSTR", /* X60s */
"\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */
); /* A21e, R30, R31 */
** Affects: linux-source-2.6.15 (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
ibm_acpi in dapper kernel (2.6.15-26.47) doesn't recognize the bay on X60s ultrabay systems
https://launchpad.net/bugs/60776
More information about the kernel-bugs
mailing list