summaryrefslogtreecommitdiffstats
path: root/share/man/man4/adv.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 08:24:20 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 08:24:20 +0000
commit99365e5b67c8549f9eb6694fe79a88bbf594dbbc (patch)
treef3150dedd82a3b39878198dc3b996f716a8a6a69 /share/man/man4/adv.4
parent83a44df7a997e583aefbe9e06a7a0e1d9f927339 (diff)
downloadFreeBSD-src-99365e5b67c8549f9eb6694fe79a88bbf594dbbc.zip
FreeBSD-src-99365e5b67c8549f9eb6694fe79a88bbf594dbbc.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/adv.4')
-rw-r--r--share/man/man4/adv.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/adv.4 b/share/man/man4/adv.4
index 1c9c151..dc860b5 100644
--- a/share/man/man4/adv.4
+++ b/share/man/man4/adv.4
@@ -31,19 +31,19 @@
.Nd Advansys ISA/VL/EISA/PCI 8bit SCSI Host adapter driver
.Sh SYNOPSIS
For one or more ISA or VL cards:
-.Cd controller isa0
-.Cd controller "adv0 at isa? port ? cam irq ? drq ?"
+.Cd device isa0
+.Cd device "adv0 at isa? port ? cam irq ? drq ?"
.Pp
For one or more EISA cards:
-.Cd controller eisa0
-.Cd controller adv0
+.Cd device eisa0
+.Cd device adv0
.Pp
For one or more PCI cards:
-.Cd controller pci0
-.Cd controller adv0
+.Cd device pci0
+.Cd device adv0
.Pp
For one or more SCSI busses:
-.Cd controller scbus0 at adv0
+.Cd device scbus0 at adv0
.Sh DESCRIPTION
This driver provides access to the 8bit
.Tn SCSI
OpenPOWER on IntegriCloud