From owner-freebsd-hackers Sat Feb 22 21:50:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA20943 for hackers-outgoing; Sat, 22 Feb 1997 21:50:51 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA20935 for ; Sat, 22 Feb 1997 21:50:49 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id VAA00329; Sat, 22 Feb 1997 21:50:41 -0800 (PST) Message-Id: <199702230550.VAA00329@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Mark Mayo cc: hackers@FreeBSD.ORG Subject: Re: CTPPRO? In-reply-to: Your message of "Sun, 23 Feb 1997 00:02:37 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 22 Feb 1997 21:50:39 -0800 From: Amancio Hasty Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Cool, Sorry I don't have the sources for CTPPRO nor for FastVid. I don't think that we need a device driver for fastvid . We can do it in userland 8) All you should need to gain access to priviliged instructions is: if (open("/dev/io", O_RDONLY) < 0) { printf("failed to open /dev/io \"); /* or something to that effect */ } There are plenty of German hackers on the list . We just need one of them to step in to translate fastvid... Enjoy, Amancio >From The Desk Of Mark Mayo : > On Sat, 22 Feb 1997, Amancio Hasty wrote: > > > > > > > Has anyone managed to port CTPPRO to FreeBSD? > > Not that I'm aware of.. Do you have source for it?? I jst download a copy > from Toms's Hardware Guide, and there was no source :-( I wouldn't mind > trying to write a deice driver as a little "my first device driver" > project. I have some Pascal source for "FASTVID", which as far as I know > does the same thing as CTPPRO... it's in German, but I can get a friend to > translate the comments so I know whhat it's doing. > > > > > Using CTPPRO, I managed to boost the thruput on my Matrox Mystique from > > 20MB/s to 85MB/s. > > > > Boosts my Matrox Millenium from 24MB/s to 96MB/s... > > > Tnks, > > Amancio > > > > > -Mark > > ---------------------------------------------------------------------------- > Mark Mayo mark@quickweb.com > RingZero Comp. http://vinyl.quickweb.com/mark > ---------------------------------------------------------------------------- > Nature shows that with the growth of intelligence comes increased capacity > for pain, and it is only with the highest degree of intelligence that > suffering reaches its supreme point. -- Arthur Schopenhauer >