[BACK]Return to pci_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / marvell

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/marvell/pci_machdep.c between version 1.7 and 1.8

version 1.7, 2014/03/29 19:28:26 version 1.8, 2014/03/30 01:19:20
Line 70  static void gtpci_mbus_conf_write(void *
Line 70  static void gtpci_mbus_conf_write(void *
 #endif  #endif
 static int gtpci_gpp_intr_map(const struct pci_attach_args *,  static int gtpci_gpp_intr_map(const struct pci_attach_args *,
     pci_intr_handle_t *);      pci_intr_handle_t *);
 static const char *gtpci_gpp_intr_string(void *, pci_intr_handle_t, char *, size_t);  static const char *gtpci_gpp_intr_string(void *, pci_intr_handle_t,
       char *, size_t);
 static const struct evcnt *gtpci_gpp_intr_evcnt(void *, pci_intr_handle_t);  static const struct evcnt *gtpci_gpp_intr_evcnt(void *, pci_intr_handle_t);
 static void *gtpci_gpp_intr_establish(void *, pci_intr_handle_t, int, int (*)(void *), void *);  static void *gtpci_gpp_intr_establish(void *, pci_intr_handle_t, int, int (*)(void *), void *);
 static void gtpci_gpp_intr_disestablish(void *, void *);  static void gtpci_gpp_intr_disestablish(void *, void *);

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

CVSweb <webmaster@jp.NetBSD.org>