[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.9 and 1.9.2.1

version 1.9, 2005/02/27 00:27:32 version 1.9.2.1, 2006/02/14 20:39:35
Line 170  int agpbusprint(void *, const char *);
Line 170  int agpbusprint(void *, const char *);
  */   */
 void agp_flush_cache(void);  void agp_flush_cache(void);
 int agp_find_caps(pci_chipset_tag_t, pcitag_t);  int agp_find_caps(pci_chipset_tag_t, pcitag_t);
 int agp_map_aperture(struct pci_attach_args *, struct agp_softc *);  int agp_map_aperture(struct pci_attach_args *, struct agp_softc *, int);
 struct agp_gatt *agp_alloc_gatt(struct agp_softc *);  struct agp_gatt *agp_alloc_gatt(struct agp_softc *);
 void agp_free_gatt(struct agp_softc *, struct agp_gatt *);  void agp_free_gatt(struct agp_softc *, struct agp_gatt *);
 int agp_generic_attach(struct agp_softc *);  int agp_generic_attach(struct agp_softc *);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

CVSweb <webmaster@jp.NetBSD.org>