[BACK]Return to pcivar.h 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/pcivar.h between version 1.31 and 1.32

version 1.31, 1998/05/18 17:25:18 version 1.32, 1998/05/25 22:11:37
Line 53  struct pcibus_attach_args;
Line 53  struct pcibus_attach_args;
 /*  /*
  * Machine-dependent definitions.   * Machine-dependent definitions.
  */   */
 #if (alpha + atari + bebox + i386 + macppc != 1)  #if (alpha + arm32 + atari + bebox + i386 + macppc != 1)
 ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.  ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
 #endif  #endif
 #if alpha  #if alpha
 #include <alpha/pci/pci_machdep.h>  #include <alpha/pci/pci_machdep.h>
 #endif  #endif
   #if arm32
   #include <arm32/pci/pci_machdep.h>
   #endif
 #if atari  #if atari
 #include <atari/pci/pci_machdep.h>  #include <atari/pci/pci_machdep.h>
 #endif  #endif

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>