summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-05-07 22:21:31 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-05-07 22:21:31 +0200
commit466808d9e31aa424c0f508e99ca60face82f430f (patch)
tree3ce5bd57cfd9017aa1e99dc6ba13d07ea27955d3
parent326c8d9c4261d8e58e2469adb66f5c8438a8838c (diff)
remove dmaon
-rwxr-xr-xrc/bin/dmaon7
-rw-r--r--sys/man/8/diskparts11
2 files changed, 1 insertions, 17 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
diff --git a/sys/man/8/diskparts b/sys/man/8/diskparts
index 7b0e9d5b9..c3f9fa81d 100644
--- a/sys/man/8/diskparts
+++ b/sys/man/8/diskparts
@@ -1,10 +1,8 @@
.TH DISKPARTS 8
.SH NAME
-diskparts, dmaon \- prepare disks for use
+diskparts \- prepare disks for use
.SH SYNOPSIS
.B diskparts
-.br
-.B dmaon
.SH DESCRIPTION
.I Diskparts
configures FDISK and Plan 9 partitions on any disks named
@@ -24,13 +22,6 @@ or
are not bound to
.B /dev
yet, they are first bound after the current contents.
-.PP
-.I Dmaon
-enables
-.SM DMA
-for all attached
-.SM IDE
-devices that claim to support it.
.SH FILES
.TF /dev/sd[C-H]?/ctl
.TP