Date: Wed, 17 Jan 2001 09:55:01 -0800 (PST) From: Duncan Barclay <dmlb@FreeBSD.org> 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 Message-ID: <200101171755.f0HHt1v76181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101171755.f0HHt1v76181>