diff options
Diffstat (limited to 'usr/src/man/man9e/tran_start.9e')
-rw-r--r-- | usr/src/man/man9e/tran_start.9e | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/man/man9e/tran_start.9e b/usr/src/man/man9e/tran_start.9e index 5b3059e4f9..f48dc83fd1 100644 --- a/usr/src/man/man9e/tran_start.9e +++ b/usr/src/man/man9e/tran_start.9e @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH TRAN_START 9E "Aug 17, 2005" +.TH TRAN_START 9E "April 9, 2016" .SH NAME tran_start \- request to transport a SCSI command .SH SYNOPSIS @@ -18,11 +18,9 @@ tran_start \- request to transport a SCSI command .fi .SH INTERFACE LEVEL -.sp .LP Solaris architecture specific (Solaris DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIpkt\fR \fR @@ -41,7 +39,6 @@ Pointer to a \fBscsi_address\fR(9S) structure. .RE .SH DESCRIPTION -.sp .LP The \fBtran_start()\fR vector in the \fBscsi_hba_tran\fR(9S) structure must be initialized during the \fBHBA \fRdriver's \fBattach\fR(9E) to point to an @@ -188,7 +185,6 @@ by the transport layer. .RE .SH RETURN VALUES -.sp .LP \fBtran_start()\fR must return: .sp @@ -231,12 +227,10 @@ A fatal error has occurred in the \fBHBA. \fR .RE .SH CONTEXT -.sp .LP -The \fBtran_start()\fR function can be called from user or interupt context. +The \fBtran_start()\fR function can be called from user or interrupt context. This requirement comes from \fBscsi_transport()\fR. .SH SEE ALSO -.sp .LP \fBattach\fR(9E), \fBtran_init_pkt\fR(9E), \fBscsi_hba_attach\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_address\fR(9S), \fBscsi_arq_status\fR(9S), |