summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ahc.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/ahc.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/ahc.4')
-rw-r--r--share/man/man4/ahc.410
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4
index 4308f8f..e19df1d 100644
--- a/share/man/man4/ahc.4
+++ b/share/man/man4/ahc.4
@@ -34,18 +34,18 @@
.Nd Adaptec VL/EISA/PCI SCSI host adapter driver
.Sh SYNOPSIS
For one or more VL/EISA cards:
-.Cd controller eisa0
-.Cd controller ahc0
+.Cd device eisa0
+.Cd device ahc0
.Pp
For one or more PCI cards:
-.Cd controller pci0
-.Cd controller ahc0
+.Cd device pci0
+.Cd device ahc0
.Pp
To allow PCI adapters to use memory mapped I/O if enabled:
.Cd options AHC_ALLOW_MEMIO
.Pp
For one or more SCSI busses:
-.Cd controller scbus0 at ahc0
+.Cd device scbus0 at ahc0
.Sh DESCRIPTION
This driver provides access to the
.Tn SCSI
OpenPOWER on IntegriCloud