[BACK]Return to pci_subr.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/pci_subr.c between version 1.61 and 1.62

version 1.61, 2005/06/28 00:28:42 version 1.62, 2005/10/30 23:34:04
Line 47  __KERNEL_RCSID(0, "$NetBSD$");
Line 47  __KERNEL_RCSID(0, "$NetBSD$");
 #endif  #endif
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/systm.h>  
   
 #ifdef _KERNEL  #ifdef _KERNEL
   #include <sys/systm.h>
 #include <machine/intr.h>  #include <machine/intr.h>
 #else  #else
 #include <pci.h>  #include <pci.h>

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

CVSweb <webmaster@jp.NetBSD.org>