[BACK]Return to siop.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/siop.c between version 1.83 and 1.83.18.1

version 1.83, 2007/03/04 06:02:01 version 1.83.18.1, 2007/10/06 15:31:17
Line 1060  siop_scsicmd_end(siop_cmd)
Line 1060  siop_scsicmd_end(siop_cmd)
                 bus_dmamap_unload(sc->sc_c.sc_dmat, siop_cmd->cmd_c.dmamap_data);                  bus_dmamap_unload(sc->sc_c.sc_dmat, siop_cmd->cmd_c.dmamap_data);
         }          }
         bus_dmamap_unload(sc->sc_c.sc_dmat, siop_cmd->cmd_c.dmamap_cmd);          bus_dmamap_unload(sc->sc_c.sc_dmat, siop_cmd->cmd_c.dmamap_cmd);
         callout_stop(&siop_cmd->cmd_c.xs->xs_callout);          if ((xs->xs_control & XS_CTL_POLL) == 0)
                   callout_stop(&xs->xs_callout);
         siop_cmd->cmd_c.status = CMDST_FREE;          siop_cmd->cmd_c.status = CMDST_FREE;
         TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);          TAILQ_INSERT_TAIL(&sc->free_list, siop_cmd, next);
 #if 0  #if 0

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.83.18.1

CVSweb <webmaster@jp.NetBSD.org>