summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wormcontrol/wormcontrol.8
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-05-19 17:37:30 +0000
committerjmz <jmz@FreeBSD.org>1997-05-19 17:37:30 +0000
commite88d62e737bf6cc19132c3e914b2cc5b2bf30d24 (patch)
tree2a8e9bf1bdcf115b3857c5d716467ece8057b58e /usr.sbin/wormcontrol/wormcontrol.8
parent14c035ab6ad58a85ae5467655a9a741fa8f51f97 (diff)
downloadFreeBSD-src-e88d62e737bf6cc19132c3e914b2cc5b2bf30d24.zip
FreeBSD-src-e88d62e737bf6cc19132c3e914b2cc5b2bf30d24.tar.gz
Remove the select command. The WORMIOCQUIRKSELECT ioctl call has been removed
from the driver.
Diffstat (limited to 'usr.sbin/wormcontrol/wormcontrol.8')
-rw-r--r--usr.sbin/wormcontrol/wormcontrol.840
1 files changed, 2 insertions, 38 deletions
diff --git a/usr.sbin/wormcontrol/wormcontrol.8 b/usr.sbin/wormcontrol/wormcontrol.8
index 3030d0e..eafa525 100644
--- a/usr.sbin/wormcontrol/wormcontrol.8
+++ b/usr.sbin/wormcontrol/wormcontrol.8
@@ -32,7 +32,7 @@
.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.\"
-.\" $Id$
+.\" $Id: wormcontrol.8,v 1.7 1997/02/22 16:14:11 peter Exp $
.\"
.\" arrgh, hilit19 needs this" :-(
.Dd Jan 27, 1996
@@ -75,10 +75,7 @@ without destroying the medium in case of a catastrophic failure.
In order to write a new track, the drive must be told whether the new
track will become an audio or a data track. Audio tracks are written
with a block size of 2352 bytes, while data tracks have 2048 bytes per
-block. There are actually more data formats available, but the driver
-currently does only support this
-.Em Yellow Book
-Mode 1 format. For audio tracks, the driver does further need to know
+block. For audio tracks, the driver does further need to know
whether the data are recorded with a preemphasis.
.Pp
Once all tracks of a session have been written, the disk must be
@@ -87,38 +84,6 @@ This writes the table of contents and leadout information to the disk.
The disk won't be usable without doing this.
.Ss Commands
.Bl -tag -indent -width "prepdisk"
-.It select Ar vendor-id model-id
-Unfortunately, each CD-R drive vendor decided to implement a set of
-SCSI commands of his own. Thus, the
-.Xr worm 4
-driver needs to know which set of
-.Ql quirk
-functions to use for a particular device. Currently, only devices
-that have quirk information statically compiled into the driver will
-work; it is however planned to make them available as loadable modules
-in the future. The
-.Em select
-command causes the driver to lookup the appropriate quirks. The driver
-matches the provided
-.Ar vendor-id
-and
-.Ar model-id
-against the list of known quirks. An error will be returned if no
-quirk record matches, and the device won't be usable for anything else
-until a quirk record has been successfully selected.
-.Pp
-By now, the vendor/model names of
-.Dq PLASMON
-\&/
-.Dq RF4100 ,
-.Dq PHILIPS
-\&/
-.Dq CDD2000 ,
-and
-.Dq HP
-\&/
-.Dq 4020i
-are known.
.It prepdisk Ar single \&| double Op Ar dummy
Prepare the disk for recording. This must be done before any tracks
can be prepared, and remains in effect until the session has been
@@ -175,7 +140,6 @@ facility.
.Sh EXAMPLES
The typical sequence of burning a data CD-R looks like:
.Bd -literal
-# wormcontrol select PLASMON RF4100
# wormcontrol prepdisk double
# wormcontrol track data
# rtprio 5 team -v 1m 5 < cdrom.image | rtprio 5 dd of=/dev/rworm0 obs=20k
OpenPOWER on IntegriCloud