Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jul 2004 02:51:33 +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:  <200407050251.i652pXrT069157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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