OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Jonathan Gray (jsgcvs.openbsd.org)
Date: Sun May 13 2007 - 19:46:21 CDT


CVSROOT: /cvs
Module name: src
Changes by: jsgcvs.openbsd.org 2007/05/13 18:46:21

Modified files:
        sys/dev/usb : if_axe.c if_axereg.h

Log message:
Convert from lockmgr to rwlock.
Initial diff from krw, uneeded lock_mii()/unlock_mii() on all commands
in existing code removed by me so it doesn't try to recurse.

ok krw