cvs commit: src/sys/dev/nve if_nve.c if_nvereg.h

John Baldwin jhb at FreeBSD.org
Mon Dec 5 12:49:46 PST 2005


jhb         2005-12-05 20:49:45 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/nve          if_nve.c if_nvereg.h 
  Log:
  - Don't make the driver lock recursive, it shouldn't be recursively
    acquired anywhere in the driver now.
  - Axe the spin mutex used for the nve_oslock*() routines.  The driver lock
    already provides sufficient synchronization.
  - Don't mess around with IFF_UP when the link state changes.  IFF_UP is
    an administrative flag, not a link status indicator.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.16      +1 -15     src/sys/dev/nve/if_nve.c
  1.5       +0 -3      src/sys/dev/nve/if_nvereg.h


More information about the cvs-all mailing list