[BACK]Return to eisa_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / eisa

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

Diff for /src/sys/arch/i386/eisa/eisa_machdep.c between version 1.18 and 1.19

version 1.18, 2003/02/26 22:21:36 version 1.19, 2003/05/08 12:05:34
Line 102  __KERNEL_RCSID(0, "$NetBSD$");
Line 102  __KERNEL_RCSID(0, "$NetBSD$");
  */   */
 struct x86_bus_dma_tag eisa_bus_dma_tag = {  struct x86_bus_dma_tag eisa_bus_dma_tag = {
         0,                      /* _bounce_thresh */          0,                      /* _bounce_thresh */
           0,                      /* _bounce_alloc_lo */
           0,                      /* _bounce_alloc_hi */
           NULL,                   /* _may_bounce */
         _bus_dmamap_create,          _bus_dmamap_create,
         _bus_dmamap_destroy,          _bus_dmamap_destroy,
         _bus_dmamap_load,          _bus_dmamap_load,

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

CVSweb <webmaster@jp.NetBSD.org>