Configue IDE ATA hard disk to use DMA transfer
1 January 2000 by Snakefoot | Comment » | Trackback OffTo get the best performance of your IDE hard disk, then one should make sure that DMA transfer mode is enabled. Windows NT4 SP4 will automatically enable DMA transfer mode, but it might cause problems with
drives, which doesn't support DMA transfers like old HDD and CD-ROM drives.
When DMA Transfer is enabled the following DWORD registry key is set:
When DMA Transfer is enabled the following DWORD registry key is set:
More Info MS KB Q191774 (Dmacheck.exe)[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Services \ATAPI \Parameters \DeviceX]
DriveParameter=0x1
Note the possible values are 0x1 (on - default), 0x0 (off), 0x2 (Forced on)
Updated: 12 May 2007