Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2009 06:46:32 +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:  <200906210646.n5L6koaK049226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-06-21 06:46:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  SVN rev 194572 on 2009-06-21 06:46:32Z by yongari
  
  Always check fxp(4) is running, see if it can accept frames from
  upper stack in fxp_start_body().
  fxp(4) drops driver lock in Rx path so check the fxp(4) is still
  running after reacquiring driver lock in Rx path. Also don't
  invoke fxp_intr_body if fxp(4) is not running. With this change
  there is no need to set suspend bit in device attach phase.
  
  Revision  Changes    Path
  1.292     +10 -3     src/sys/dev/fxp/if_fxp.c



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