[BACK]Return to if_wm.c 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_wm.c between version 1.337 and 1.338

version 1.337, 2015/07/15 04:03:16 version 1.338, 2015/07/15 07:36:01
Line 155  int wm_debug = WM_DEBUG_TX | WM_DEBUG_RX
Line 155  int wm_debug = WM_DEBUG_TX | WM_DEBUG_RX
 #endif  #endif
   
 #ifdef __HAVE_PCI_MSI_MSIX  #ifdef __HAVE_PCI_MSI_MSIX
 #if 0 /* off by default */  #if 1 /* Enable by default */
 #define WM_MSI_MSIX     1  #define WM_MSI_MSIX     1
 #endif  #endif
 #endif  #endif

Legend:
Removed from v.1.337  
changed lines
  Added in v.1.338

CVSweb <webmaster@jp.NetBSD.org>