Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 15:31:05 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/nve if_nvereg.h
Message-ID:  <200612051531.kB5FV6C4000365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612051531.kB5FV6C4000365>