]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Don't make the driver lock recursive, it shouldn't be recursively
authorjhb <jhb@FreeBSD.org>
Mon, 5 Dec 2005 20:49:45 +0000 (20:49 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 5 Dec 2005 20:49:45 +0000 (20:49 +0000)
commit7bb88a772a30446af67a12d5695731078cb24d5a
tree3516faf4c0751906abc16e74de03d55deffb6820
parent7e42aad088c7090a024a859d5153e4c0f82086ad
- 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
sys/dev/nve/if_nve.c
sys/dev/nve/if_nvereg.h