From owner-cvs-all@FreeBSD.ORG Fri Oct 15 00:36:07 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 EB78316A4CE; Fri, 15 Oct 2004 00:36:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C942843D5C; Fri, 15 Oct 2004 00:36:07 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9F0a7Zv041982; Fri, 15 Oct 2004 00:36:07 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9F0a7Lc041981; Fri, 15 Oct 2004 00:36:07 GMT (envelope-from sam) Message-Id: <200410150036.i9F0a7Lc041981@repoman.freebsd.org> From: Sam Leffler Date: Fri, 15 Oct 2004 00:36:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 15 Oct 2004 00:36:08 -0000 sam 2004-10-15 00:36:07 UTC FreeBSD src repository Modified files: sys/dev/hifn hifn7751.c hifn7751var.h Log: 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. Obtained from: openbsd Revision Changes Path 1.29 +43 -35 src/sys/dev/hifn/hifn7751.c 1.5 +3 -8 src/sys/dev/hifn/hifn7751var.h