summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ahd.4
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-09-01 22:07:24 +0000
committerscottl <scottl@FreeBSD.org>2002-09-01 22:07:24 +0000
commit624e2e215fb7acfd06914c3b6ef29f131ab9c16d (patch)
tree57680a2e465430c11ecf38bdcd7a10e6e5c2ffd0 /share/man/man4/ahd.4
parent27ec88afb518866209c0c57333dd48c02609623a (diff)
downloadFreeBSD-src-624e2e215fb7acfd06914c3b6ef29f131ab9c16d.zip
FreeBSD-src-624e2e215fb7acfd06914c3b6ef29f131ab9c16d.tar.gz
Fix a few typos and nits.
Submitted by: bmah
Diffstat (limited to 'share/man/man4/ahd.4')
-rw-r--r--share/man/man4/ahd.413
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index 5585b39..af64ba9 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -37,15 +37,15 @@
.Sh SYNOPSIS
For one or more PCI/PCI-X cards:
.Cd device pci
-.Cd device ahc
+.Cd device ahd
.Pp
To compile in debugging code.
.Cd options AHD_DEBUG
-.Cd options AHD_DEBUG_OPTS <bitmask of options>
+.Cd options AHD_DEBUG_OPTS=<bitmask of options>
.Cd options AHD_REG_PRETTY_PRINT
.Pp
To configure one or more controllers to assume the target role:
-.Cd options AHC_TMODE_ENABLE <bitmask of units>
+.Cd options AHD_TMODE_ENABLE=<bitmask of units>
.Pp
For one or more SCSI busses:
.Cd device scbus
@@ -102,7 +102,7 @@ size of the driver by approximately 215KB.
.Pp
Individual controllers may be configured to operate in the target role
through the
-.Dq Dv AHC_TMODE_ENABLE
+.Dq Dv AHD_TMODE_ENABLE
configuration option. The value assigned to this option should be a bitmap
of all units where target mode is desired.
For example, a value of 0x25, would enable target mode on units 0, 2, and 5.
@@ -118,6 +118,11 @@ wide transfers,
disconnection,
and the host adapter's SCSI ID.
.Pp
+.Sh BUGS
+The current generation of 79xx chips do not support target mode in Ultra320
+mode.
+Target mode in general has not been well tested in this driver.
+.Pp
.Sh SEE ALSO
.Xr ahc 4 ,
.Xr cd 4 ,
OpenPOWER on IntegriCloud