Date: Mon, 5 Dec 2005 20:49:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nve if_nve.c if_nvereg.h Message-ID: <200512052049.jB5KnjsK058215@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512052049.jB5KnjsK058215>
