Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 15:28:00 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <200206302228.g5UMS0kk053262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2002/06/30 15:28:00 PDT

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  Fix if_timer logic so that there is always a timeout pending if there
  are packets queued for transmission.
  
  This driver is strange -- it never sets IFF_OACTIVE, so all
  transmissions always cause a call to fxp_start. However, if the
  link gets stuck, there was nothing to reset it, so there was still
  a possibility of lockups.
  
  MFC after: 3 days
  
  Revision  Changes    Path
  1.132     +4 -2      src/sys/dev/fxp/if_fxp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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