Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Note that ADAPTER_REQ_GROW_RESOURCES is calle...
details: https://anonhg.NetBSD.org/src/rev/434dc5dcdf4d
branches: trunk
changeset: 516066:434dc5dcdf4d
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Oct 14 21:12:52 2001 +0000
description:
Note that ADAPTER_REQ_GROW_RESOURCES is called from the completion thread.
diffstat:
share/man/man9/scsipi.9 | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 35e8d0f32edf -r 434dc5dcdf4d share/man/man9/scsipi.9
--- a/share/man/man9/scsipi.9 Sun Oct 14 20:37:28 2001 +0000
+++ b/share/man/man9/scsipi.9 Sun Oct 14 21:12:52 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: scsipi.9,v 1.5 2001/09/04 02:51:16 wiz Exp $
+.\" $NetBSD: scsipi.9,v 1.6 2001/10/14 21:12:52 bouyer Exp $
.\"
.\"
.\" Copyright (c) 2001 Manuel Bouyer.
@@ -331,7 +331,8 @@
.Va adapt_openings
or
.Va chan_openings )
-if possible. Support of this feature is optional.
+if possible. Support of this feature is optional. This request is called from
+the kernel completion thread.
.Fa arg
must be ignored.
.It Dv ADAPTER_REQ_SET_XFER_MODE
@@ -548,11 +549,11 @@
.Fa chan
and
.Fa arg
-as arguments, from the channel completion thread. The callback is run at
+as arguments, from the channel completion thread. The callback is run at
splbio.
.Fn scsipi_thread_call_callback
will freeze the channel by one, it's up to the caller to thaw it when
-appropriate. returns 0 if the callback was properly recorded, or EBUSY if the
+appropriate. Returns 0 if the callback was properly recorded, or EBUSY if the
channel has already a callback pending.
.El
.Sh EXAMPLES
Home |
Main Index |
Thread Index |
Old Index