Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2011 18:52:11 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cas if_cas.c
Message-ID:  <201107131852.p6DIqVLq022316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2011-07-13 18:52:11 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cas          if_cas.c 
  Log:
  SVN rev 223986 on 2011-07-13 18:52:11Z by marius
  
  - Expand the scope of the lock in the interrupt routine to close races with
    checking IFF_DRV_RUNNING and simplify the code. This also involves holding
    the driver lock in the rx_ch callout.
  - Just use ifp instead of sc->sc_ifp.
  
  Submitted by:   jhb (mostly)
  
  Revision  Changes    Path
  1.12      +25 -22    src/sys/dev/cas/if_cas.c



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