Solutions
Seek Solutions & Frequently Asked Questions (FAQ)
Oct 6, 2005
Why should we enable IDE DMA mode ?
DMA(Direct Memory Address)
CPU usage can be low down when HDD running under DMA mode enable .
There are 2 modes between PC and peripherals communication; one is through CPU control and another is controlled by chipset.
DMA mode means data transfer between memory and peripherals without CPU control. Under this mode, peripherals can read/write directly from HDD without CPU processing so the data transfer speed will get faster