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

version 1.6, 2015/04/28 15:38:02 version 1.7, 2015/05/15 08:44:15
Line 363  struct iwm_bf_data {
Line 363  struct iwm_bf_data {
         int last_cqm_event;          int last_cqm_event;
 };  };
   
 enum iwm_intr_type {  
         IWM_INTR_INTX,  
         IWM_INTR_MSI  
 };  
   
 struct iwm_softc {  struct iwm_softc {
         device_t sc_dev;          device_t sc_dev;
         struct ethercom sc_ec;          struct ethercom sc_ec;
Line 381  struct iwm_softc {
Line 376  struct iwm_softc {
   
         bus_space_tag_t sc_st;          bus_space_tag_t sc_st;
         bus_space_handle_t sc_sh;          bus_space_handle_t sc_sh;
         enum iwm_intr_type sc_intr_type;  
 #ifdef __HAVE_PCI_MSI_MSIX  #ifdef __HAVE_PCI_MSI_MSIX
         pci_intr_handle_t *sc_pihp;          pci_intr_handle_t *sc_pihp;
 #endif  #endif

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

CVSweb <webmaster@jp.NetBSD.org>