summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ahd.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2006-05-20 09:39:28 +0000
committerbrueffer <brueffer@FreeBSD.org>2006-05-20 09:39:28 +0000
commit7c38545a748236c52dbdb6b1652d1b3a54819926 (patch)
tree8e118b6b32b4330599545ad18ab2449918b58ce8 /share/man/man4/ahd.4
parentf4dd4705d03908eb6b36d8e509c1a2de767803a8 (diff)
downloadFreeBSD-src-7c38545a748236c52dbdb6b1652d1b3a54819926.zip
FreeBSD-src-7c38545a748236c52dbdb6b1652d1b3a54819926.tar.gz
Convert to use a SYNPOSIS section that mentions kernel modules.
Also add "device scbus" where needed. MFC after: 3 days
Diffstat (limited to 'share/man/man4/ahd.4')
-rw-r--r--share/man/man4/ahd.425
1 files changed, 12 insertions, 13 deletions
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index 260036b..e00c427 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -35,29 +35,28 @@
.Nm ahd
.Nd Adaptec PCI/PCI-X Ultra320 SCSI host adapter driver
.Sh SYNOPSIS
-For one or more PCI/PCI-X cards:
-.Bd -ragged -offset indent -compact
-.Cd device pci
-.Cd device ahd
-.Ed
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device pci"
+.Cd "device scbus"
+.Cd "device ahd"
.Pp
To compile in debugging code:
-.Bd -ragged -offset indent -compact
.Cd options AHD_DEBUG
.Cd options AHD_DEBUG_OPTS=<bitmask of options>
.Cd options AHD_REG_PRETTY_PRINT
-.Ed
.Pp
To configure one or more controllers to assume the target role:
-.Bd -ragged -offset indent -compact
.Cd options AHD_TMODE_ENABLE=<bitmask of units>
.Ed
.Pp
-For one or more
-.Tn SCSI
-busses:
-.Bd -ragged -offset indent -compact
-.Cd device scbus
+Alternatively, to load the driver as a
+module at boot time, place the following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+ahd_load="YES"
.Ed
.Sh DESCRIPTION
This driver provides access to the
OpenPOWER on IntegriCloud