From 5bd24c43a2d136b8d8bcbc061fc2228b3090f3a5 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 1 Sep 2002 22:07:24 +0000 Subject: [PATCH] Fix a few typos and nits. Submitted by: bmah --- share/man/man4/ahd.4 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4 index 5585b393d85..af64ba9b5a7 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 +.Cd options AHD_DEBUG_OPTS= .Cd options AHD_REG_PRETTY_PRINT .Pp To configure one or more controllers to assume the target role: -.Cd options AHC_TMODE_ENABLE +.Cd options AHD_TMODE_ENABLE= .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 ,