* [PATCH] Add notation that the Asus W5F laptop has a short cable instead of 80-wire.
@ 2007-03-29 1:02 Robin H. Johnson
2007-04-04 6:02 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Robin H. Johnson @ 2007-03-29 1:02 UTC (permalink / raw)
To: linux-ide
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>
---
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 b952c58..a2c5756 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -580,6 +580,7 @@ static const struct ich_laptop ich_laptop[] = {
/* devid, subvendor, subdev */
{ 0x27DF, 0x0005, 0x0280 }, /* ICH7 on Acer 5602WLMi */
{ 0x27DF, 0x1025, 0x0110 }, /* ICH7 on Acer 3682WLMi */
+ { 0x27DF, 0x1043, 0x1267 }, /* ICH7 on Asus W5F */
/* end marker */
{ 0, }
};
--
1.5.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add notation that the Asus W5F laptop has a short cable instead of 80-wire.
2007-03-29 1:02 [PATCH] Add notation that the Asus W5F laptop has a short cable instead of 80-wire Robin H. Johnson
@ 2007-04-04 6:02 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-04-04 6:02 UTC (permalink / raw)
To: Robin H. Johnson; +Cc: linux-ide
Robin H. Johnson wrote:
> 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>
> ---
> drivers/ata/ata_piix.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-04 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-29 1:02 [PATCH] Add notation that the Asus W5F laptop has a short cable instead of 80-wire Robin H. Johnson
2007-04-04 6:02 ` Jeff Garzik
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).