Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2004 00:07:07 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_rl.c
Message-ID:  <200407090007.i69077Vv032546@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2004-07-09 00:07:07 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  Further rl(4) locking improvements:
   - Avoid unnecessary re-acquisition elsewhere by adding *_locked()
     entry points as needed.
   - Correct locking for the DEVICE_POLLING case.
   - Hold the driver lock for the entire duration of interrupt servicing,
     to avoid unneeded, expensive re-acquisition; use *_locked() entry
     points as needed.
  
  Reviewed by:    -net (silence)
  
  Revision  Changes    Path
  1.144     +71 -48    src/sys/pci/if_rl.c



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