freebsd-skq/sys/dev/nve
John Baldwin 5714e9ea59 - 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
2005-12-05 20:49:45 +00:00
..
if_nve.c - Don't make the driver lock recursive, it shouldn't be recursively 2005-12-05 20:49:45 +00:00
if_nvereg.h - Don't make the driver lock recursive, it shouldn't be recursively 2005-12-05 20:49:45 +00:00