Date: Mon, 13 Dec 2004 00:57:10 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h Message-ID: <200412130057.iBD0vAiK096141@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412130057.iBD0vAiK096141>