Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2004 06:59:17 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/gx if_gx.c
Message-ID:  <200405221359.i4MDxHZI016968@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2004/05/22 06:59:17 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/gx           if_gx.c 
  Log:
  Don't forget to reset if_hwassist back to 0 when hardware checksumming
  is being turned off, or else TCP/IP will keep assigning the job to us.
  
  Drivers themselves should consult if_capenable, not if_hwassist--the
  latter is for the TCP/IP stack.
  
  Revision  Changes    Path
  1.17      +3 -1      src/sys/dev/gx/if_gx.c



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