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

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/mca/mca_machdep.c between version 1.37.2.2 and 1.37.2.3

version 1.37.2.2, 2009/11/01 13:58:34 version 1.37.2.3, 2010/10/24 22:48:03
Line 129  int MCA_system = 0;
Line 129  int MCA_system = 0;
 /* Used to kick MCA DMA controller */  /* Used to kick MCA DMA controller */
 #define DMA_CMD         0x18            /* command the controller */  #define DMA_CMD         0x18            /* command the controller */
 #define DMA_EXEC        0x1A            /* tell controller how to do things */  #define DMA_EXEC        0x1A            /* tell controller how to do things */
 static bus_space_handle_t dmaiot, dmacmdh, dmaexech;  static bus_space_handle_t dmacmdh, dmaexech;
   static bus_space_tag_t dmaiot;
   
 /*  /*
  * MCA DMA controller commands. The exact sense of individual bits   * MCA DMA controller commands. The exact sense of individual bits

Legend:
Removed from v.1.37.2.2  
changed lines
  Added in v.1.37.2.3

CVSweb <webmaster@jp.NetBSD.org>