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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/dma_engine.h
          +++ new/usr/src/uts/common/sys/dma_engine.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * When distributing Covered Code, include this CDDL HEADER in each
  15   15   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16   * If applicable, add the following below this CDDL HEADER, with the
  17   17   * fields enclosed by brackets "[]" replaced with your own identifying
  18   18   * information: Portions Copyright [yyyy] [name of copyright owner]
  19   19   *
  20   20   * CDDL HEADER END
  21   21   */
  22   22  
  23   23  /*
  24      - * Copyright 2012 Garrett D'Amore <garrett@damore.org>.  All rights reserved.
       24 + * Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25   25   */
  26   26  
  27   27  /*
  28   28   * Copyright 1998 Sun Microsystems, Inc.  All rights reserved.
  29   29   * Use is subject to license terms.
  30   30   */
  31   31  
  32   32  /*      Copyright (c) 1990, 1991 UNIX System Laboratories, Inc. */
  33   33  /*      Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T   */
  34   34  /*        All Rights Reserved   */
↓ open down ↓ 96 lines elided ↑ open up ↑
 131  131                                          /* routine */
 132  132          void *procparms;                /* parameter buffer for appl call */
 133  133  };
 134  134  
 135  135  
 136  136  /*
 137  137   * DMA Engine DDI functions
 138  138   */
 139  139  
 140  140  /*
 141      - * Get DMA engine limits
 142      - *
 143      - * The limits of the DMA engine of the parent bus-nexus are copied into the
 144      - * provided structure.  This should be called at driver attach time,
 145      - * rather than for each dma setup (breakup).
 146      - */
 147      -
 148      -int ddi_dmae_getlim(dev_info_t *dip, ddi_dma_lim_t *limitsp);
 149      -
 150      -/*
 151  141   * Get DMA engine attributes
 152  142   *
 153  143   * The attributes of the DMA engine of the parent bus-nexus are copied into
 154  144   * the provided structure. This should be called at driver attach time,
 155  145   * rather than for each DMA bind.
 156  146   */
 157  147  
 158  148  int ddi_dmae_getattr(dev_info_t *dip, ddi_dma_attr_t *attrp);
 159  149  
 160  150  /*
↓ open down ↓ 128 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX