From: Dan McGee Date: Mon, 21 Apr 2008 03:03:27 +0000 (-0500) Subject: ata_piix: add Asus Eee 701 controller to short cable list X-Git-Tag: v2.6.26-rc1~1060^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ce2601e4ba354fe1e25bb940817570d0c8ed4f;p=pandora-kernel.git ata_piix: add Asus Eee 701 controller to short cable list 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed