LPI Exam Questions

How can DMA be enabled for the device /dev/hda?

How can DMA be enabled for the device /dev/hda?

A.
sysctl -w dev.ide.dma=1

B.
insmod dma dev=/dev/hda

C.
dma add /dev/hda

D.
echo “1” >/proc/ide/hda/dma

E.
hdparm -d 1 /dev/hda