Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Feb 2011 01:05:35 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/jme if_jme.c if_jmevar.h
Message-ID:  <201102200105.p1K15nAk007464@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2011-02-20 01:05:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/jme          if_jme.c if_jmevar.h 
  Log:
  SVN rev 218867 on 2011-02-20 01:05:35Z by yongari
  
  MFC r217353:
    - Add a locked variant of jme_start() and invoke it directly while holding
      the lock instead of queueing it to a task.
    - Do not invoke jme_rxintr() to reclaim any unprocessed but received
      packets when shutting down the interface.  Instead, just drop these
      packets to match the behavior of other drivers.
    - Hold the driver lock in the interrupt handler to avoid races with
      ioctl requests to down the interface.
  
  Revision  Changes    Path
  1.1.2.21  +22 -24    src/sys/dev/jme/if_jme.c
  1.1.2.6   +0 -1      src/sys/dev/jme/if_jmevar.h



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