summaryrefslogtreecommitdiffstats
path: root/share/man/man4/sa.4
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-03-01 22:32:38 +0000
committerdufault <dufault@FreeBSD.org>1995-03-01 22:32:38 +0000
commit466baaef08335b4fb3b94989861766f7fbe3146f (patch)
treefb8419a27c82eeace1135b13924f0435f86e1940 /share/man/man4/sa.4
parent734069d1bb47d66aa9b2be03a9152402ac6851bb (diff)
downloadFreeBSD-src-466baaef08335b4fb3b94989861766f7fbe3146f.zip
FreeBSD-src-466baaef08335b4fb3b94989861766f7fbe3146f.tar.gz
Updated man pages to reflect new configuration options. These man pages
are getting pretty out of date and need to be visited some more.
Diffstat (limited to 'share/man/man4/sa.4')
-rw-r--r--share/man/man4/sa.415
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4
index 28f232b..c4b3872 100644
--- a/share/man/man4/sa.4
+++ b/share/man/man4/sa.4
@@ -5,8 +5,8 @@
.Nm st
.Nd scsi tape driver
.Sh SYNOPSIS
-.Nm device-driver st
-.Op Ar count
+.Nm tape st
+.Nm device st1 target 4 lun 0
.Sh DESCRIPTION
The
.Xr st
@@ -46,11 +46,16 @@ As the scsi adapter is probed during boot, the
bus is scanned for devices. Any devices found which answer as 'Sequential'
type devices will be attached to the
.Nm
-driver. The first found will be attached as
-.Em st0
+driver.
+In FreeBSD releases prior to 2.1, the first found will be attached as
+.Em cd0
and the next,
-.Em st1
+.Em cd1
etc.
+Beginning in 2.1 it is possible to specify what cd unit a device should
+come on line as; refer to
+.Xr scsi 4
+for details on kernel configuration.
.Pp
.Sh MOUNT SESSIONS
The
OpenPOWER on IntegriCloud