[BACK]Return to esiop.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/esiop.c between version 1.19 and 1.20

version 1.19, 2003/05/03 18:11:17 version 1.20, 2003/07/03 11:12:32
Line 1992  esiop_moretagtbl(sc)
Line 1992  esiop_moretagtbl(sc)
                 goto bad2;                  goto bad2;
         }          }
         error = bus_dmamem_map(sc->sc_c.sc_dmat, &seg, rseg, PAGE_SIZE,          error = bus_dmamem_map(sc->sc_c.sc_dmat, &seg, rseg, PAGE_SIZE,
             (caddr_t *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT);              (void *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT);
         if (error) {          if (error) {
                 printf("%s: unable to map tbls DMA memory, error = %d\n",                  printf("%s: unable to map tbls DMA memory, error = %d\n",
                     sc->sc_c.sc_dev.dv_xname, error);                      sc->sc_c.sc_dev.dv_xname, error);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>