[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.25 and 1.26

version 1.25, 1997/08/30 06:48:24 version 1.26, 1997/10/03 18:45:41
Line 143  struct pci_attach_args {
Line 143  struct pci_attach_args {
  * Configuration space access and utility functions.  (Note that most,   * Configuration space access and utility functions.  (Note that most,
  * e.g. make_tag, conf_read, conf_write are declared by pci_machdep.h.)   * e.g. make_tag, conf_read, conf_write are declared by pci_machdep.h.)
  */   */
 int     pci_mapreg_info __P((pci_chipset_tag_t, pcitag_t, int, pcireg_t,  int     pci_mapreg_info __P((struct pci_attach_args *, int, pcireg_t,
             bus_addr_t *, bus_size_t *, int *));              bus_addr_t *, bus_size_t *));
 int     pci_mapreg_map __P((struct pci_attach_args *, int, pcireg_t, int,  int     pci_mapreg_map __P((struct pci_attach_args *, int, pcireg_t, int,
             bus_space_tag_t *, bus_space_handle_t *, bus_addr_t *,              bus_space_tag_t *, bus_space_handle_t *, bus_addr_t *,
             bus_size_t *));              bus_size_t *));

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>