cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h
Sam Leffler
sam at FreeBSD.org
Sun Dec 12 16:57:11 PST 2004
sam 2004-12-13 00:57:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/dev/hifn hifn7751.c hifn7751var.h
Log:
MFC: hifn7751.c 1.29, hifn7751var.h 1.5
Move session state from on-card memory to host memory so we no longer are
constrained to a small number of sessions by the small on-card memories found
in newer devices. This is really a stopgap solution as having session state
in main memory incurs a (small but noticeable) performance penalty. The better
solution is to manage session state so that it's cached on chip.
Revision Changes Path
1.28.2.1 +43 -35 src/sys/dev/hifn/hifn7751.c
1.4.4.1 +3 -8 src/sys/dev/hifn/hifn7751var.h
More information about the cvs-all
mailing list