cvs commit: src/sys/dev/nve if_nvereg.h

John Baldwin jhb at FreeBSD.org
Tue Dec 5 07:31:06 PST 2006


jhb         2006-12-05 15:31:05 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nve          if_nvereg.h 
  Log:
  Fix an off by one error in struct nve_tx_desc's frags[] array as a result
  of the nvenet lib upgrade (the constant went from 63 (2^n - 1) to
  32 (2^n)).  For reasons that are not obvious to me this fixes the driver
  on at least some NICs.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.8       +1 -1      src/sys/dev/nve/if_nvereg.h


More information about the cvs-all mailing list