Date: Tue, 22 Feb 2005 05:12:26 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c if_edvar.h Message-ID: <200502220512.j1M5CQQw004134@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502220512.j1M5CQQw004134>