2007-11-13 20:39:08

by Gabriel C

[permalink] [raw]
Subject: [PATCH] pata_sis.c: Add Packard Bell EasyNote K5305 to laptops

Hi,

With newer kernels HDD in my old laptop is limited to UDMA 33.
With this patch I get UDMA 100 again.

Signed-off-by: Gabriel Craciunescu <[email protected]>

---

diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c
index 3b5be77..87546d9 100644
--- a/drivers/ata/pata_sis.c
+++ b/drivers/ata/pata_sis.c
@@ -55,6 +55,7 @@ static const struct sis_laptop sis_laptop[] = {
/* devid, subvendor, subdev */
{ 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */
{ 0x5513, 0x1734, 0x105F }, /* FSC Amilo A1630 */
+ { 0x5513, 0x1071, 0x8640 }, /* EasyNote K5305 */
/* end marker */
{ 0, }
};


2007-11-13 21:19:48

by Alan

[permalink] [raw]
Subject: Re: [PATCH] pata_sis.c: Add Packard Bell EasyNote K5305 to laptops

On Tue, 13 Nov 2007 21:38:47 +0100
Gabriel C <[email protected]> wrote:

> Hi,
>
> With newer kernels HDD in my old laptop is limited to UDMA 33.
> With this patch I get UDMA 100 again.
>
> Signed-off-by: Gabriel Craciunescu <[email protected]>

Acked-by: Alan Cox <[email protected]>

Alan

2007-11-15 03:10:08

by Tejun Heo

[permalink] [raw]
Subject: Re: [PATCH] pata_sis.c: Add Packard Bell EasyNote K5305 to laptops

Gabriel C wrote:
> Hi,
>
> With newer kernels HDD in my old laptop is limited to UDMA 33.
> With this patch I get UDMA 100 again.
>
> Signed-off-by: Gabriel Craciunescu <[email protected]>

applied to #tj-upstream-fixes with Hi, edited out. :-)

--
tejun