From owner-freebsd-hackers Thu Dec 7 10:36:11 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06472 for hackers-outgoing; Thu, 7 Dec 1995 10:36:11 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA06417 for ; Thu, 7 Dec 1995 10:36:05 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA05206; Thu, 7 Dec 1995 11:33:11 -0700 From: Terry Lambert Message-Id: <199512071833.LAA05206@phaeton.artisoft.com> Subject: Re: Matrox Meteor & pal... To: tinguely@plains.nodak.edu (Mark Tinguely) Date: Thu, 7 Dec 1995 11:33:11 -0700 (MST) Cc: luigi@labinfo.iet.unipi.it, hackers@FreeBSD.ORG In-Reply-To: <199512071704.LAA26211@plains.nodak.edu> from "Mark Tinguely" at Dec 7, 95 11:04:18 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > it is about impossible to get a new chunk of CONTIGUOUS memory that large > once the system has been running for any length of time. use : > > (3*ROWS*COLS*DEPTH+4095)/4096 + (DEPTH>0?1:0) > > you will need at least 326 pages. Out of curiousity, what would really be invovled in running a driver in its own linear address space so that this wasn't a problem? Or must it be physically contiguous? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.