[BACK]Return to ixv.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci / ixgbe

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/ixgbe/ixv.c between version 1.180 and 1.181

version 1.180, 2022/04/25 07:57:23 version 1.181, 2022/05/30 05:08:17
Line 3551  ixv_configure_interrupts(struct adapter 
Line 3551  ixv_configure_interrupts(struct adapter 
                 return -1;                  return -1;
         }          }
   
         adapter->msix_mem = (void *)1; /* XXX */  
         aprint_normal_dev(dev,          aprint_normal_dev(dev,
             "Using MSI-X interrupts with %d vectors\n", msgs);              "Using MSI-X interrupts with %d vectors\n", msgs);
         adapter->num_queues = queues;          adapter->num_queues = queues;

Legend:
Removed from v.1.180  
changed lines
  Added in v.1.181

CVSweb <webmaster@jp.NetBSD.org>