From owner-cvs-all@FreeBSD.ORG Mon Dec 13 00:57:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91BB16A4CE; Mon, 13 Dec 2004 00:57:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C345843D53; Mon, 13 Dec 2004 00:57:10 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBD0vApb096142; Mon, 13 Dec 2004 00:57:10 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBD0vAiK096141; Mon, 13 Dec 2004 00:57:10 GMT (envelope-from sam) Message-Id: <200412130057.iBD0vAiK096141@repoman.freebsd.org> From: Sam Leffler Date: Mon, 13 Dec 2004 00:57:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/hifn hifn7751.c hifn7751var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 00:57:11 -0000 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