From owner-cvs-all Wed Jan 17 9:55:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 583C737B402; Wed, 17 Jan 2001 09:55:01 -0800 (PST) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0HHt1v76181; Wed, 17 Jan 2001 09:55:01 -0800 (PST) (envelope-from dmlb) Message-Id: <200101171755.f0HHt1v76181@freefall.freebsd.org> From: Duncan Barclay Date: Wed, 17 Jan 2001 09:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ray if_ray_oldcard.h if_ray.c if_rayvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/01/17 09:55:01 PST Modified files: sys/dev/ray if_ray.c if_rayvar.h Added files: sys/dev/ray if_ray_oldcard.h Log: Take advantage of the fixes to the pcic code that allows multiple active memory maps. This removes the need to change the memory map from common to attribute every time a packet is sent/received. This increases performance and decreases cpu load (ping times on slow machines improve by about 1.5ms). Move out the old common memory/attrbiute memory hack functions to a new header file to tidy up the main code. I want to keep them available for a while. Revision Changes Path 1.49 +25 -108 src/sys/dev/ray/if_ray.c 1.13 +1 -26 src/sys/dev/ray/if_rayvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message