Print this page
4888 Undocument dma_req(9s)
4884 EOF scsi_hba_attach
4886 EOF ddi_dmae_getlim
4887 EOF ddi_iomin
4634 undocument scsi_hba_attach() and ddi_dma_lim(9s)
4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free

@@ -1,11 +1,12 @@
 '\" te
+.\"  Copyright 2014 Garrett D'Amore <garrett@damore.org>
 .\"  Copyright (c) 2006, Sun Microsystems, Inc.,  All Rights Reserved
 .\" 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 SCSI_INIT_PKT 9F "Jan 16, 2006"
+.TH SCSI_INIT_PKT 9F "May 24, 2014"
 .SH NAME
 scsi_init_pkt \- prepare a complete SCSI packet
 .SH SYNOPSIS
 .LP
 .nf

@@ -192,12 +193,12 @@
 .ad
 .sp .6
 .RS 4n
 This may be set if the driver can accept a partial \fBDMA\fR mapping. If set,
 \fBscsi_init_pkt()\fR will allocate \fBDMA\fR resources with the
-\fBDDI_DMA_PARTIAL\fR bit set in the \fBdmar_flag\fR element of the
-\fBddi_dma_req\fR(9S) structure. The \fBpkt_resid\fR field of the
+\fBDDI_DMA_PARTIAL\fR bit set in the DMA flags.
+The \fBpkt_resid\fR field of the
 \fBscsi_pkt\fR(9S) structure may be returned with a non-zero value, which
 indicates the number of bytes for which \fBscsi_init_pkt()\fR was unable to
 allocate DMA resources. In this case, a subsequent call to
 \fBscsi_init_pkt()\fR may be made for the same \fIpktp\fR and \fIbp\fR to
 adjust the DMA resources to the next portion of the transfer. This sequence

@@ -369,11 +370,11 @@
 .SH SEE ALSO
 .sp
 .LP
 \fBscsi_alloc_consistent_buf\fR(9F), \fBscsi_destroy_pkt\fR(9F),
 \fBscsi_dmaget\fR(9F), \fBscsi_pktalloc\fR(9F), \fBbuf\fR(9S),
-\fBddi_dma_req\fR(9S), \fBscsi_address\fR(9S), \fBscsi_pkt\fR(9S)
+\fBscsi_address\fR(9S), \fBscsi_pkt\fR(9S)
 .sp
 .LP
 \fIWriting Device Drivers\fR
 .SH NOTES
 .sp