projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2064c94
)
piix: add Asus Eee 701 controller to short cable list
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Mon, 28 Apr 2008 21:44:43 +0000
(23:44 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Mon, 28 Apr 2008 21:44:43 +0000
(23:44 +0200)
Based on ata_piix patch by Dan McGee.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/pci/piix.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/piix.c
b/drivers/ide/pci/piix.c
index
21c5dd2
..
f04738d
100644
(file)
--- a/
drivers/ide/pci/piix.c
+++ b/
drivers/ide/pci/piix.c
@@
-250,6
+250,7
@@
static const struct ich_laptop ich_laptop[] = {
{ 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
{ 0x27DF, 0x103C, 0x30A1 }, /* ICH7 on HP Compaq nc2400 */
{ 0x24CA, 0x1025, 0x0061 }, /* ICH4 on Acer Aspire 2023WLMi */
+ { 0x2653, 0x1043, 0x82D8 }, /* ICH6M on Asus Eee 701 */
/* end marker */
{ 0, }
};