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
*** 19,29 ****
*
* CDDL HEADER END
*/
/*
! * Copyright 2012 Garrett D'Amore <garrett@damore.org>. All rights reserved.
*/
/*
* Copyright 1998 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
--- 19,29 ----
*
* CDDL HEADER END
*/
/*
! * Copyright 2014 Garrett D'Amore <garrett@damore.org>
*/
/*
* Copyright 1998 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*** 136,155 ****
/*
* DMA Engine DDI functions
*/
/*
- * Get DMA engine limits
- *
- * The limits of the DMA engine of the parent bus-nexus are copied into the
- * provided structure. This should be called at driver attach time,
- * rather than for each dma setup (breakup).
- */
-
- int ddi_dmae_getlim(dev_info_t *dip, ddi_dma_lim_t *limitsp);
-
- /*
* Get DMA engine attributes
*
* The attributes of the DMA engine of the parent bus-nexus are copied into
* the provided structure. This should be called at driver attach time,
* rather than for each DMA bind.
--- 136,145 ----