Actions
Bug #4884
closedEOF scsi_hba_attach
Start date:
2014-05-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The legacy SCSI routine scsi_hba_attach() was deprecated back in Solaris 8 time frame; nobody uses it anymore. (I've checked all the HBA drivers I could lay hands on.)
Its time to remove it -- it is one of the last documented consumers of ddi_dma_lim_t.
Related issues
Updated by Garrett D'Amore about 9 years ago
- Category set to driver - device drivers
- Assignee set to Garrett D'Amore
Updated by Electric Monk almost 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b89e420ae1290e425c29db875ec0c0546006eec7
commit b89e420ae1290e425c29db875ec0c0546006eec7 Author: Garrett D'Amore <garrett@damore.org> Date: 2014-06-10T03:26:06.000Z 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 Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions