[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.94.2.1 and 1.94.2.2

version 1.94.2.1, 2010/04/30 14:43:22 version 1.94.2.2, 2010/08/17 06:46:12
Line 1352  siop_scsipi_request(struct scsipi_channe
Line 1352  siop_scsipi_request(struct scsipi_channe
                              BUS_DMA_READ : BUS_DMA_WRITE));                               BUS_DMA_READ : BUS_DMA_WRITE));
                         if (error) {                          if (error) {
                                 aprint_error_dev(sc->sc_c.sc_dev,                                  aprint_error_dev(sc->sc_c.sc_dev,
                                     "unable to load data DMA map: %d",                                      "unable to load data DMA map: %d\n",
                                     error);                                      error);
                                 xs->error = (error == EAGAIN) ?                                  xs->error = (error == EAGAIN) ?
                                     XS_RESOURCE_SHORTAGE : XS_DRIVER_STUFFUP;                                      XS_RESOURCE_SHORTAGE : XS_DRIVER_STUFFUP;

Legend:
Removed from v.1.94.2.1  
changed lines
  Added in v.1.94.2.2

CVSweb <webmaster@jp.NetBSD.org>