[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.142 and 1.143

version 1.142, 2019/12/16 02:50:54 version 1.143, 2019/12/17 05:49:01
Line 1844  ixv_initialize_receive_units(struct adap
Line 1844  ixv_initialize_receive_units(struct adap
                         else                          else
                                 break;                                  break;
                 }                  }
                 wmb();                  IXGBE_WRITE_BARRIER(hw);
                 /* Setup the Base and Length of the Rx Descriptor Ring */                  /* Setup the Base and Length of the Rx Descriptor Ring */
                 IXGBE_WRITE_REG(hw, IXGBE_VFRDBAL(j),                  IXGBE_WRITE_REG(hw, IXGBE_VFRDBAL(j),
                     (rdba & 0x00000000ffffffffULL));                      (rdba & 0x00000000ffffffffULL));
Line 1876  ixv_initialize_receive_units(struct adap
Line 1876  ixv_initialize_receive_units(struct adap
                                 break;                                  break;
                         msec_delay(1);                          msec_delay(1);
                 }                  }
                 wmb();                  IXGBE_WRITE_BARRIER(hw);
   
                 /* Set the Tail Pointer */                  /* Set the Tail Pointer */
 #ifdef DEV_NETMAP  #ifdef DEV_NETMAP

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

CVSweb <webmaster@jp.NetBSD.org>