summaryrefslogtreecommitdiffstats
path: root/share/man/man4/scsi.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 08:08:33 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 08:08:33 +0000
commit83a44df7a997e583aefbe9e06a7a0e1d9f927339 (patch)
tree668e50a2405425a3cd6b2c3f0f4921499ecebbe7 /share/man/man4/scsi.4
parent780b88254a0ed912c8ff23ed5fbbf481d9fcce63 (diff)
downloadFreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.zip
FreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.tar.gz
Discourage usage of controller in kernel config files. Reflect this
by changing ``controller'' to ``device'' as per GENERIC and LINT.
Diffstat (limited to 'share/man/man4/scsi.4')
-rw-r--r--share/man/man4/scsi.412
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index 41a508c..53e859e 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -32,10 +32,10 @@
.Nm CAM
.Nd CAM SCSI subsystem
.Sh SYNOPSIS
-.Cd "controller scbus0"
-.Cd "controller scbus1 at ahc0"
-.Cd "controller scbus3 at ahc1 bus 0"
-.Cd "controller scbus2 at ahc1 bus 1"
+.Cd "device scbus0"
+.Cd "device scbus1 at ahc0"
+.Cd "device scbus3 at ahc1 bus 0"
+.Cd "device scbus2 at ahc1 bus 1"
.Cd "device cd0"
.Cd "device ch0"
.Cd "device da0"
@@ -157,11 +157,11 @@ to assign changer 1 as the changer with SCSI ID 4,
SCSI logical unit 0 on SCSI bus 0.
Individual scbuses can be wired down to specific controllers with
a config line similar to
-.Cd "controller scbus0 at ahc0"
+.Cd "device scbus0 at ahc0"
which assigns scsi bus 0 to the first unit using the ahc driver.
For controllers supporting more than one bus,
the particular bus can be specified as in
-.Cd "controller scbus3 at ahc1 bus 1"
+.Cd "device scbus3 at ahc1 bus 1"
which assigns scbus 1 to the second bus probed on the ahc1 device.
.Pp
When you have a mixture of wired down and counted devices then the
OpenPOWER on IntegriCloud