From owner-cvs-all Wed Jan 17 17:51:21 2001 Delivered-To: cvs-all@freebsd.org Received: from sydney.worldwide.lemis.com (unknown [129.94.172.186]) by hub.freebsd.org (Postfix) with ESMTP id 364E837B401; Wed, 17 Jan 2001 17:50:48 -0800 (PST) Received: (from grog@localhost) by sydney.worldwide.lemis.com (8.11.1/8.9.3) id f0HCgIx10939; Wed, 17 Jan 2001 23:42:18 +1100 (EST) (envelope-from grog) Date: Wed, 17 Jan 2001 23:42:18 +1100 From: Greg Lehey To: Duncan Barclay Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ray if_ray_oldcard.h if_ray.c if_rayvar.h Message-ID: <20010117234218.A10890@sydney.worldwide.lemis.com> References: <200101171755.f0HHt1v76181@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200101171755.f0HHt1v76181@freefall.freebsd.org>; from dmlb@FreeBSD.org on Wed, Jan 17, 2001 at 09:55:01AM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 17 January 2001 at 9:55:01 -0800, Duncan Barclay wrote: > 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. Does this require more than 48 kB total memory space? In that case, it won't work on the Dell Inspiron 7500 unless we can somehow map above 0xe0000. The only way I got the ray driver to work on the 7500 was to map cm and am to the same address. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message