1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Revert rev 1.24.

Facts verfied by:	mckusick
This commit is contained in:
David E. O'Brien 2000-07-13 22:40:50 +00:00
parent 94401addc5
commit 4a19005c48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63088

View File

@ -68,7 +68,7 @@ close in several ways. These include:
Closing a `rewind device',
referred to as sub-mode 00 below.
An example is
.Pa /dev/rsa0 .
.Pa /dev/sa0 .
.It
Using the MTOFFL
.Xr ioctl 2
@ -172,16 +172,16 @@ The
driver supports all of the ioctls of
.Xr mtio 4 .
.Sh FILES
.Bl -tag -width /dev/[n][e]rsa[0-9] -compact
.It Pa /dev/[n][e]rsa[0-9]
.Bl -tag -width /dev/[n][e]sa[0-9] -compact
.It Pa /dev/[n][e]sa[0-9]
general form:
.It Pa /dev/rsa0
.It Pa /dev/sa0
Rewind on close
.It Pa /dev/nrsa0
.It Pa /dev/nsa0
No rewind on close
.It Pa /dev/ersa0
Rewind and eject on close (if capable)
.It Pa /dev/rsa0.ctl
.It Pa /dev/esa0
Eject on close (if capable)
.It Pa /dev/sa0.ctl
Control mode device (to examine state while another program is
accessing the device, e.g.).
.Sh BUGS