ref: 7d442e9469261f0efe400ef8f6d05b305cb4cc07
dir: /rc/bin/dmaon/
#!/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