Re: [PATCH] ata_piix: add Asus Eee 701 controller to short cablelist

From: Alan Cox
Date: Thu Apr 24 2008 - 11:27:44 EST


On Sun, 20 Apr 2008 22:03:27 -0500
Dan McGee <dpmcgee@xxxxxxxxx> wrote:

> The drive is directly soldered to the controller, so there is no cable at
> all. Remove the 40-wire assumption so the drive can operate at max speed.
>
> Before patch:
> $ dd if=/dev/sda of=/dev/null bs=2M count=64 iflag=direct
> 134217728 bytes (134 MB) copied, 5.29612 s, 25.3 MB/s
>
> After patch:
> $ dd if=/dev/sda of=/dev/null bs=2M count=64 iflag=direct
> 134217728 bytes (134 MB) copied, 3.94955 s, 34.0 MB/s
>
> Signed-off-by: Dan McGee <dpmcgee@xxxxxxxxx>

Acked-by: Alan Cox <alan@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/