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

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

Diff for /src/sys/dev/pci/Attic/if_le_pci.c between version 1.19 and 1.20

version 1.19, 1997/06/06 23:48:02 version 1.20, 1998/02/04 00:38:51
Line 244  le_pci_attach(parent, self, aux)
Line 244  le_pci_attach(parent, self, aux)
         }          }
         if (bus_dmamem_map(dmat, &seg, rseg, LE_PCI_MEMSIZE,          if (bus_dmamem_map(dmat, &seg, rseg, LE_PCI_MEMSIZE,
             (caddr_t *)&sc->sc_mem,              (caddr_t *)&sc->sc_mem,
             BUS_DMA_NOWAIT|BUS_DMAMEM_NOSYNC)) {              BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) {
                 printf("%s: couldn't map memory for card\n",                  printf("%s: couldn't map memory for card\n",
                     sc->sc_dev.dv_xname);                      sc->sc_dev.dv_xname);
                 return;                  return;

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

CVSweb <webmaster@jp.NetBSD.org>