* T60 UltraBay location
@ 2006-08-12 7:26 Florian Manschwetus
2006-08-12 9:14 ` T60 UltraBay location [PATCH] Florian Manschwetus
0 siblings, 1 reply; 3+ messages in thread
From: Florian Manschwetus @ 2006-08-12 7:26 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 98 bytes --]
Is IBMAcpi for 2.6.18 now patched with the new path to the UltraBay for
T60 and similar?
florian
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3537 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: T60 UltraBay location [PATCH]
2006-08-12 7:26 T60 UltraBay location Florian Manschwetus
@ 2006-08-12 9:14 ` Florian Manschwetus
2006-08-16 10:31 ` Florian Manschwetus
0 siblings, 1 reply; 3+ messages in thread
From: Florian Manschwetus @ 2006-08-12 9:14 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 926 bytes --]
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
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3537 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: T60 UltraBay location [PATCH]
2006-08-12 9:14 ` T60 UltraBay location [PATCH] Florian Manschwetus
@ 2006-08-16 10:31 ` Florian Manschwetus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Manschwetus @ 2006-08-16 10:31 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]
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
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3537 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-16 10:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-12 7:26 T60 UltraBay location Florian Manschwetus
2006-08-12 9:14 ` T60 UltraBay location [PATCH] Florian Manschwetus
2006-08-16 10:31 ` Florian Manschwetus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).