Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2009 03:34:35 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <200902090334.n193Yt9G087238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-02-09 03:34:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/fxp          if_fxp.c 
  Log:
  SVN rev 188369 on 2009-02-09 03:34:35Z by yongari
  
  MFC r185276
    Move unarming watchdog timer and pending multicast configuration
    check to fxp_txeof(). While I'm here unarm watchdog timer only if
    there are no pending queued Tx requests.
    Previously the watchdog timer was unarmed whenever Tx interrupt is
    raised. This could be resulted in hiding root cause of watchdog
    timeouts.
  
  Revision   Changes    Path
  1.266.2.4  +5 -5      src/sys/dev/fxp/if_fxp.c



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