* [PATCH] sis5513.c: Add Packard Bell EasyNote K5305 to laptops
@ 2007-11-13 20:35 Gabriel C
2007-11-15 19:28 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel C @ 2007-11-13 20:35 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: linux-ide, Bartlomiej Zolnierkiewicz
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 <nix.or.die@googlemail.com>
---
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c
index 6b7bb53..3878224 100644
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -527,6 +527,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, }
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-15 20:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-13 20:35 [PATCH] sis5513.c: Add Packard Bell EasyNote K5305 to laptops Gabriel C
2007-11-15 19:28 ` Bartlomiej Zolnierkiewicz
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).