[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.15 and 1.15.2.1

version 1.15, 2007/08/04 09:33:05 version 1.15.2.1, 2008/03/23 02:04:44
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      agpvar.h,v 1.15 2007/08/04 09:33:05 kiyohara Exp        */
   
 /*-  /*-
  * Copyright (c) 2000 Doug Rabson   * Copyright (c) 2000 Doug Rabson
Line 264  int agp_unbind_memory(void *, void *);
Line 264  int agp_unbind_memory(void *, void *);
  */   */
 void agp_memory_info(void *, void *, struct agp_memory_info *);  void agp_memory_info(void *, void *, struct agp_memory_info *);
   
   /*
    * XXX horrible hack to allow drm code to use our mapping
    * of VGA chip registers
    */
   int agp_i810_borrow(bus_addr_t, bus_space_handle_t *);
   
 #endif /* !_PCI_AGPPRIV_H_ */  #endif /* !_PCI_AGPPRIV_H_ */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.2.1

CVSweb <webmaster@jp.NetBSD.org>