cvs commit: src/sys/dev/bge if_bge.c

Yar Tikhiy yar at FreeBSD.org
Sat Jul 24 06:45:39 PDT 2004


yar         2004-07-24 13:45:38 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  Bring the advertised interface capabilities into line with the reality
  (in particular, bge(4) hasn't supported rxcsum since if_bge.c#1.5)
  
  Clean up some aspects of capabilities usage, i.e. stop using
  if_hwassist to see whether we are doing offload now because if_hwassist
  is for TCP/IP layer and it is subordinate to if_capenable.
  
  Thanks to:      Aled Morris for donating a nice bge(4) NIC to me
  Reviewed by:    -net, -hackers (silence)
  
  Revision  Changes    Path
  1.72      +14 -6     src/sys/dev/bge/if_bge.c


More information about the cvs-src mailing list