cvs commit: src/sys/dev/ed if_ed.c if_edvar.h
Warner Losh
imp at FreeBSD.org
Tue Feb 22 05:12:27 GMT 2005
imp 2005-02-22 05:12:26 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c if_edvar.h
Log:
MFp4: Optimize in/out macros. Cache the handle and tag in softc and
use them in the macros. Since the rman_get_bus{tag,handle} transitioned
from macros to function calls, this unpessimizes that conversion.
Revision Changes Path
1.251 +4 -0 src/sys/dev/ed/if_ed.c
1.31 +30 -44 src/sys/dev/ed/if_edvar.h
More information about the cvs-src
mailing list