[BACK]Return to ixgbe.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/ixgbe.c between version 1.1 and 1.1.2.1

version 1.1, 2011/08/12 21:55:29 version 1.1.2.1, 2012/04/17 00:07:59
Line 4160  ixgbe_initialize_receive_units(struct ad
Line 4160  ixgbe_initialize_receive_units(struct ad
                 reta = 0;                  reta = 0;
   
                 /* set up random bits */                  /* set up random bits */
                 arc4randbytes(&r, sizeof(r));                  cprng_fast(&r, sizeof(r));
   
                 /* Set up the redirection table */                  /* Set up the redirection table */
                 for (i = 0, j = 0; i < 128; i++, j++) {                  for (i = 0, j = 0; i < 128; i++, j++) {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

CVSweb <webmaster@jp.NetBSD.org>