diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-07 22:21:31 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-07 22:21:31 +0200 |
commit | 466808d9e31aa424c0f508e99ca60face82f430f (patch) | |
tree | 3ce5bd57cfd9017aa1e99dc6ba13d07ea27955d3 /rc/bin | |
parent | 326c8d9c4261d8e58e2469adb66f5c8438a8838c (diff) |
remove dmaon
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/dmaon | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rc/bin/dmaon b/rc/bin/dmaon deleted file mode 100755 index 2982455c3..000000000 --- a/rc/bin/dmaon +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |