cvs commit: src/sys/pci if_rl.c

Bruce M Simpson bms at FreeBSD.org
Sun Jul 4 19:51:33 PDT 2004


bms         2004-07-05 02:51:33 UTC

  FreeBSD src repository

  Modified files:
    sys/pci              if_rl.c 
  Log:
  Locking cleanup for rl(4).
   - Eliminate the use of a recursive mutex.
   - Mark the driver INTR_MPSAFE.
  
  This work is incomplete and will be refined in a future commit.
   - Most notably, _locked() variants of entry points need to be introduced.
   - The mii upcall/downcall may still be racy.
   - Add a stubbed-out guard against racing rl_detach() for the time being.
  
  Tested on:      UP, debug.mpsafenet && !debug.mpsafenet
  Reviewed by:    silence on -net
  
  Revision  Changes    Path
  1.143     +60 -52    src/sys/pci/if_rl.c


More information about the cvs-src mailing list