projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c27eba
)
sis5513.c: Add Packard Bell EasyNote K5305 to laptops
author
Gabriel Craciunescu
<
[email protected]
>
Tue, 27 Nov 2007 20:35:52 +0000
(21:35 +0100)
committer
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Tue, 27 Nov 2007 20:35:52 +0000
(21:35 +0100)
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]
>
Signed-off-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
drivers/ide/pci/sis5513.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/sis5513.c
b/drivers/ide/pci/sis5513.c
index f6e2ab3dd1664d2003986906226a384b5379a5fb..d90b42917775dc3e5345b16b836f0ab649142cfc 100644
(file)
--- a/
drivers/ide/pci/sis5513.c
+++ b/
drivers/ide/pci/sis5513.c
@@
-526,6
+526,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, }
};