diff options
author | Robin H\. Johnson <robbat2@gentoo.org> | 2007-03-28 21:02:07 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:16:01 -0400 |
commit | 1234010684bb9cde51125ec3d1c71054a9f24f47 (patch) | |
tree | c2629530bd03a8db17d2d873ca6ecd7ff85834f0 /drivers | |
parent | 5c25bf0d2893ae03287693b958e9ef12e4893e04 (diff) |
Add notation that the Asus W5F laptop has a short cable instead of 80-wire.
The Asus W5F laptop uses a short cable instead of the 80-wire style, and thus
needs to be in the ich_laptop special cases for correct detection and support
of UDMA/100 for the hard drive. I noticed this because I have the W5F laptop,
and was tracing apparent slowness.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/ata_piix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index b952c584338f..a2c5756c69b6 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -580,6 +580,7 @@ static const struct ich_laptop ich_laptop[] = { | |||
580 | /* devid, subvendor, subdev */ | 580 | /* devid, subvendor, subdev */ |
581 | { 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */ | 581 | { 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */ |
582 | { 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */ | 582 | { 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */ |
583 | { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */ | ||
583 | /* end marker */ | 584 | /* end marker */ |
584 | { 0, } | 585 | { 0, } |
585 | }; | 586 | }; |