Actions
Bug #4887
closedEOF ddi_iomin
Start date:
2014-05-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The ddi_iomin() routine has been marked obsolete for ages. It is a hold over from ancient days. The SPARC implementation of i_ddi_mem_alloc() depends on it, but we should move the trivial implementation from common and external code to a private function next to its consumer, and remove external code references to it (header files, man pages).
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