shithub: riscv

ref: 6c91d99ce29f8cb6c47c0c535c9162f248f1fdb1
dir: /rc/bin/dmaon/

View raw version
#!/bin/rc
# dmaon - turn on ide dma, if possible
rfork e
for (ctl in /dev/sd[C-H]?/ctl)
	if (test -e $ctl && grep -s '^config .* dma ' $ctl &&
	    ! grep -s '^config (848A|.* dma 00000000 )' $ctl)
		echo 'dma on' >$ctl