Print this page
4630 clean stale references to ddi_iopb_alloc and ddi_iopb_free
4634 undocument scsi_hba_attach() and ddi_dma_lim(9s)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9f/Intro.9f
          +++ new/usr/src/man/man9f/Intro.9f
   1    1  '\" te
   2      -.\" Copyright 2012 Garrett D'Amore <garrett@damore.org>.  All rights reserved.
        2 +.\" Copyright 2014 Pluribus Networks, Inc.
        3 +.\" Copyright 2012 Garrett D'Amore <garrett@damore.org>.
   3    4  .\" Copyright (c) 2005, Sun Microsystems, Inc., All Rights Reserved
   4    5  .\" 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.
   5    6  .\" 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.
   6    7  .\" 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]
   7      -.TH INTRO 9F "Feb 06, 2012"
        8 +.TH INTRO 9F "Feb 26, 2014"
   8    9  .SH NAME
   9   10  Intro, intro \- introduction to DDI/DKI functions
  10   11  .SH DESCRIPTION
  11   12  .sp
  12   13  .LP
  13   14  Section 9F describes the kernel functions available for use by device drivers.
  14   15  See \fBIntro\fR(9E) for an overview of device driver interfaces.
  15   16  .sp
  16   17  .LP
  17   18  In this section, the information for each driver function is organized under
↓ open down ↓ 741 lines elided ↑ open up ↑
 759  760  \fBscsi_destroy_pkt\fR  Solaris DDI
 760  761  \fBscsi_dmafree\fR      Solaris DDI
 761  762  \fBscsi_dmaget\fR       Solaris DDI
 762  763  \fBscsi_dname\fR        Solaris DDI
 763  764  \fBscsi_errmsg\fR       Solaris DDI
 764  765  \fBscsi_ext_sense_fields\fR     Solaris DDI
 765  766  \fBscsi_find_sense_descr\fR     Solaris DDI
 766  767  \fBscsi_free_consistent_buf\fR  Solaris DDI
 767  768  \fBscsi_get_device_type_scsi_options\fR Solaris DDI
 768  769  \fBscsi_get_device_type_string\fR       Solaris DDI
 769      -\fBscsi_hba_attach\fR   Solaris DDI
 770  770  \fBscsi_hba_attach_setup\fR     Solaris DDI
 771  771  \fBscsi_hba_detach\fR   Solaris DDI
 772  772  \fBscsi_hba_fini\fR     Solaris DDI
 773  773  \fBscsi_hba_init\fR     Solaris DDI
 774  774  \fBscsi_hba_lookup_capstr\fR    Solaris DDI
 775  775  \fBscsi_hba_pkt_alloc\fR        Solaris DDI
 776  776  \fBscsi_hba_pkt_free\fR Solaris DDI
 777  777  \fBscsi_hba_probe\fR    Solaris DDI
 778  778  \fBscsi_hba_tran_alloc\fR       Solaris DDI
 779  779  \fBscsi_hba_tran_free\fR        Solaris DDI
↓ open down ↓ 89 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX