[Bug 17236] IDE DMA can't be activated on SiS965L Chipset with Breezy RC kernel

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Fri Oct 14 11:47:06 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=17236
Ubuntu | linux


mlucena at ujaen.es changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From mlucena at ujaen.es  2005-10-14 12:47 UTC -------
I've used a quick hack, substituting the line in sis5513.c:

                        if (trueid == 0x5518) {

by the following:

                        if ((trueid == 0x5518) || (trueid == 0x180)) {

Then compiled, rebooted and now my HD works twenty times faster (53MB/s)!!

I can burn CDs and DVDs again! :-)



-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list