cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h
Maxime Henrion
mux at FreeBSD.org
Wed Jun 2 15:59:58 PDT 2004
mux 2004/06/02 15:59:58 PDT
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c if_fxpvar.h
Log:
Abstract the locking in fxp(4) a bit more by using macros for
mtx_assert() and mtx_owned(), as it is done in other places,
for instance proc locking.
Revision Changes Path
1.214 +7 -6 src/sys/dev/fxp/if_fxp.c
1.32 +4 -2 src/sys/dev/fxp/if_fxpvar.h
More information about the cvs-src
mailing list