cvs commit: src/sys/dev/hatm if_hatm_intr.c if_hatmvar.h
Hartmut Brandt
harti at FreeBSD.org
Wed Oct 29 06:28:28 PST 2003
harti 2003/10/29 06:28:26 PST
FreeBSD src repository
Modified files:
sys/dev/hatm if_hatm_intr.c if_hatmvar.h
Log:
Inline a function that was called only in one place directly into that place.
Correct a bug when the number of pages for external mbufs was
very large. In this case the page number could overflow into the large
buffer flag. Make this more unlikley by move that flag further away.
Revision Changes Path
1.10 +48 -58 src/sys/dev/hatm/if_hatm_intr.c
1.9 +24 -14 src/sys/dev/hatm/if_hatmvar.h
More information about the cvs-src
mailing list