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
*** 20,29 ****
--- 20,32 ----
*/
/*
* Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+ /*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ */
/*
* SCSI device structure.
*
* All SCSI target drivers will have one of these per target/lun/sfunc.
*** 97,109 ****
/*
* If scsi_slave is used to probe out this device, a scsi_inquiry data
* structure will be allocated and an INQUIRY command will be run to
* fill it in.
*
- * The allocation will be done via ddi_iopb_alloc, so any manual
- * freeing may be done by ddi_iopb_free.
- *
* The inquiry data is allocated/refreshed by scsi_probe/scsi_slave
* and freed by uninitchild (inquiry data is no longer freed by
* scsi_unprobe/scsi_unslave).
*
* NOTE: Additional device identity information may be available
--- 100,109 ----