linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remove Asus EEE UDMA/33 limitation.
@ 2008-05-02 15:44 Dave Jones
  2008-05-02 16:44 ` Dave Jones
  2008-05-03  9:58 ` Matthew Garrett
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Jones @ 2008-05-02 15:44 UTC (permalink / raw)
  To: linux-ide; +Cc: Linux Kernel

The Asus Eee PC prints this during bootup..

ata2.00: limited to UDMA/33 due to 40-wire cable
Which is unfortunate, as it has..
ata2.00: ATA-4: SILICONMOTION SM223AC, , max UDMA/66

I believe there actually is no cable, and the flash is directly
connected to the controller.

[root@eee ~]# hdparm -t /dev/sda

/dev/sda:
 Timing buffered disk reads:   64 MB in  3.08 seconds =  20.76 MB/sec

With the patch below it returns..

/dev/sda:
 Timing buffered disk reads:   76 MB in  3.04 seconds =  25.04 MB/sec


Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.24.noarch/drivers/ata/ata_piix.c~	2008-03-31 23:43:05.000000000 -0400
+++ linux-2.6.24.noarch/drivers/ata/ata_piix.c	2008-03-31 23:44:34.000000000 -0400
@@ -716,6 +716,7 @@ struct ich_laptop {
 
 static const struct ich_laptop ich_laptop[] = {
 	/* devid, subvendor, subdev */
+	{ 0x2653, 0x1043, 0x82d8 },	/* ICH6M on Asus Eee PC */
 	{ 0x27DF, 0x0005, 0x0280 },	/* ICH7 on Acer 5602WLMi */
 	{ 0x27DF, 0x1025, 0x0102 },	/* ICH7 on Acer 5602aWLMi */
 	{ 0x27DF, 0x1025, 0x0110 },	/* ICH7 on Acer 3682WLMi */

-- 
http://www.codemonkey.org.uk

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <fa.tsKjLRZd5ILFUSCwKgwjuJUvN+Y@ifi.uio.no>]

end of thread, other threads:[~2008-05-03 19:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 15:44 Remove Asus EEE UDMA/33 limitation Dave Jones
2008-05-02 16:44 ` Dave Jones
2008-05-03  9:58 ` Matthew Garrett
2008-05-03 14:51   ` Alan Cox
     [not found] <fa.tsKjLRZd5ILFUSCwKgwjuJUvN+Y@ifi.uio.no>
     [not found] ` <fa.l6LkASoBXPmhrri16ok+xTRwEUY@ifi.uio.no>
     [not found]   ` <fa.ulFofhLJhFFkP/xiWxdfjwM8XDA@ifi.uio.no>
2008-05-03 19:34     ` Robert Hancock

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).