summaryrefslogtreecommitdiffstats
path: root/share/man/man4/targ.4
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-01-16 00:24:29 +0000
committernjl <njl@FreeBSD.org>2003-01-16 00:24:29 +0000
commitc944d878a4e54b31628e406331a60df8ef7f3baa (patch)
tree348332012790bc682f84344efc77eaef7fd9782d /share/man/man4/targ.4
parent1c294df6bb046fbe0991e97931522fc60ae0a9c8 (diff)
downloadFreeBSD-src-c944d878a4e54b31628e406331a60df8ef7f3baa.zip
FreeBSD-src-c944d878a4e54b31628e406331a60df8ef7f3baa.tar.gz
kernel:
* Fix a bug where devices weren't cleaned up on close(): CAM_REQ_CMP != 0 user: * Increase timeout in usermode to CAM_TIME_INFINITY. The initiator is in charge of timeouts and the value was in ms, not seconds. * Bring two debugging printfs under the debug flag * Clean up man page to show increased testing on isp(4) Submitted by: gibbs (bugfixes)
Diffstat (limited to 'share/man/man4/targ.4')
-rw-r--r--share/man/man4/targ.411
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/targ.4 b/share/man/man4/targ.4
index d2bd3aa..d623c12 100644
--- a/share/man/man4/targ.4
+++ b/share/man/man4/targ.4
@@ -48,7 +48,7 @@ driver supplies control devices,
.Pa /dev/targ0 ,
.Pa /dev/targ1 ,
etc.
-If a device is already in use, the open will fail and
+If a device is already in use, open(2) will fail and
.Va errno
will be set to
.Er EBUSY .
@@ -121,6 +121,8 @@ are the control devices.
.El
.Sh SEE ALSO
.Pa /usr/share/examples/scsi_target ,
+.Xr ahc 4 ,
+.Xr isp 4 ,
.Xr scsi 4
.Rs
.%T "FreeBSD Target Information"
@@ -129,12 +131,9 @@ are the control devices.
.Sh BUGS
Currently, only the
.Xr ahc 4
-driver fully supports target mode.
-The
-.Xr isp 4
and
-.Xr sym 4
-drivers have some target mode support but are untested.
+.Xr isp 4
+drivers fully support target mode.
.Pp
The
.Xr ahc 4
OpenPOWER on IntegriCloud