remove dmaon
This commit is contained in:
parent
326c8d9c42
commit
466808d9e3
2 changed files with 1 additions and 17 deletions
|
@ -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
|
|
|
@ -1,10 +1,8 @@
|
||||||
.TH DISKPARTS 8
|
.TH DISKPARTS 8
|
||||||
.SH NAME
|
.SH NAME
|
||||||
diskparts, dmaon \- prepare disks for use
|
diskparts \- prepare disks for use
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B diskparts
|
.B diskparts
|
||||||
.br
|
|
||||||
.B dmaon
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.I Diskparts
|
.I Diskparts
|
||||||
configures FDISK and Plan 9 partitions on any disks named
|
configures FDISK and Plan 9 partitions on any disks named
|
||||||
|
@ -24,13 +22,6 @@ or
|
||||||
are not bound to
|
are not bound to
|
||||||
.B /dev
|
.B /dev
|
||||||
yet, they are first bound after the current contents.
|
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
|
.SH FILES
|
||||||
.TF /dev/sd[C-H]?/ctl
|
.TF /dev/sd[C-H]?/ctl
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue