@tfrieden
Quote:
As far as I remember, DMA is turned on by default.
Thanks for clarification! But DMA is turned off by default.
("idetool -l sii3114ide.device" shows PIO-Mode
and "nvgetvar" shows that the variable "sii311fide_xfer" is not set.
)
After finding out how to check/enable uboot-env-variables, i was able to enable DMA by issuing the command:
"nvsetvar sii3114ide_xfer G00G"
Now the above idetool-command shows for my HD:
Xfer mode : best pio 12 (PIO 4, 16 MB/s) / best dma 70 (UDMA 6, 133 MB/s) / current 70 (UDMA 6, 133 MB/s)
and for my CD:
Xfer mode : best pio 12 (PIO 4, 16 MB/s) / best dma 66 (UDMA 2, 33 MB/s) / current 66 (UDMA 2, 33 MB/s)
I tested the "speed" by backuping my HD with Diavolo 2000.
I have the impression that it is now 4 times faster than before
But perhaps I just want to believe (like Amiga users always do!)