public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Si3112 S-ATA bug preventing use of udma5.
@ 2004-04-23 22:02 Brenden Matthews
  2004-04-24  1:44 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Brenden Matthews @ 2004-04-23 22:02 UTC (permalink / raw)
  To: linux-kernel

In 2.6.5 (not sure about other versions) there is a bug/problem in the
drivers/ide/pci/siimage.c driver.  I have only tested this with my Si3112
chipset on an ASUS A7N8X-Deluxe mobo.  I did not discover this fix, and
I'll post a url below to the original source.  No idea if this has been
fixed/looked at already, but it definitely needs to be resolved.

hdparm -t speed without fix: 16mb/s
hdparm -t speed with fix: 55mb/s

http://forums.gentoo.org/viewtopic.php?t=111300

Incase the link is down/broken, to fix the bug change line 269 of
drivers/ide/pci/siimage.c from:

        u32 speedt              = 0;

to:
        u16 speedt              = 0;



Regards,
Brenden

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-24 19:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-23 22:02 Si3112 S-ATA bug preventing use of udma5 Brenden Matthews
2004-04-24  1:44 ` Benjamin Herrenschmidt
2004-04-24  2:30   ` Roland Dreier
2004-04-24  4:31     ` Benjamin Herrenschmidt
2004-04-24 19:35       ` Denis Vlasenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox