From owner-freebsd-hackers Wed May 10 21:28: 1 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from evil.2y.net (ztown3-3-227.adsl.one.net [206.112.211.227]) by hub.freebsd.org (Postfix) with ESMTP id 06C9D37B510 for ; Wed, 10 May 2000 21:27:58 -0700 (PDT) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id AAA00667 for hackers@freebsd.org; Thu, 11 May 2000 00:33:55 -0400 (EDT) (envelope-from cokane) Date: Thu, 11 May 2000 00:33:55 -0400 From: Coleman Kane To: hackers@freebsd.org Subject: 3dfx driver Message-ID: <20000511003355.B643@cokane.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I finished the 3dfx driver for freebsd. It works, but no glide support is available. I am going to write a tiny module to handle ioctl calls from linux (which are never directly translated without proper setup). Anyway, I need a cdev major, linux uses 107 and I propose we keep it unless it has been taken recently. It is newbussified and I parsed through it to abide by style(9). It is named tdfx, since you can't start a device name with a number (the /dev entry will still be /dev/3dfx). I also didn't use the voodooN syntax that was in the old "disappeared" driver, since it is rather long. XFree86 also uses tdfx for their 3dfx driver. -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message