cvs commit: src/sys/dev/ed if_ed.c if_ed_wd80x3.c if_edvar.h
Warner Losh
imp at FreeBSD.org
Thu Feb 10 23:48:13 GMT 2005
imp 2005-02-10 23:48:13 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c if_ed_wd80x3.c if_edvar.h
Log:
Move enable/disable 16bit access routines into if_ed. Slightly
pessmize the error recover path through edintr by calling these
functions, rather than expanding it inline. This error path already
does a lot in it, so an extra function call will be lost in the noise.
It also happens rarely.
Revision Changes Path
1.246 +27 -21 src/sys/dev/ed/if_ed.c
1.2 +0 -14 src/sys/dev/ed/if_ed_wd80x3.c
1.26 +3 -0 src/sys/dev/ed/if_edvar.h
More information about the cvs-src
mailing list