Florian Manschwetus wrote: > Florian Manschwetus wrote: >> Is IBMAcpi for 2.6.18 now patched with the new path to the UltraBay >> for T60 and similar? >> florian > ok, this is the Patch for 2.6.16 and 2.6.17 (works on both): > ------------------------------------------------------------------------- > --- a/drivers/acpi/ibm_acpi.c.orig 2006-06-09 13:00:13.000000000 +0200 > +++ b/drivers/acpi/ibm_acpi.c 2006-06-09 13:02:16.000000000 +0200 > @@ -170,6 +170,7 @@ > IBM_HANDLE(bay, root, "\\_SB.PCI.IDE.SECN.MAST", /* 570 */ > "\\_SB.PCI0.IDE0.IDES.IDSM", /* 600e/x, 770e, 770x */ > "\\_SB.PCI0.IDE0.SCND.MSTR", /* all others */ > + "\\_SB.PCI0.SATA.SCND.MSTR", /* T60 and similar */ > ); /* A21e, R30, R31 */ > > IBM_HANDLE(bay_ej, bay, "_EJ3", /* 600e/x, A2xm/p, A3x */ > ------------------------------------------------------------------------- > yes, it is just adding this line. > florian has someone checked it? Is it on list for include? florian