[BACK]Return to agpvar.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/agpvar.h between version 1.7 and 1.8

version 1.7, 2004/08/30 10:30:38 version 1.8, 2004/08/30 15:05:20
Line 35 
Line 35 
 #include <sys/lock.h>  #include <sys/lock.h>
   
 struct agpbus_attach_args {  struct agpbus_attach_args {
         char    *apa_busname;          char    *_apa_busname; /* XXX placeholder */
         struct pci_attach_args apa_pci_args;          struct pci_attach_args apa_pci_args;
 };  };
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>