From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] 3dfx banshee MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001220140853.10BEA199E7@mail.cse.psu.edu> Date: Wed, 20 Dec 2000 09:08:50 -0500 Topicbox-Message-UUID: 3aac6ece-eac9-11e9-9e20-41e7f4b1d025 vonstroheim@my-deja.com: Has anybody manage to use a 3dfx banshee PCI card with plan9 ? I modified the vgadb file to force the use of the voodoo3 driver but it failed. I got the following message (dumped in vgainfo.txt): main->snarf vga->snarf 3dfx->snarf sequencer->enter on sequencer->leave on 3dfx: unknown chip - DID 0003 I've not tried this as I don't have a Banshee, but I believe it will work if you add the chip id in the two places it matters, i.e. in both /sys/src/9/pc/vga3dfx.c and /sys/src/cmd/aux/vga/3dfx.c look for all cases of case 0x0005: /* Avenger (a.k.a. Voodoo3) */ and add case 0x0003: /* Banshee */ (make sure tyou get them all, there's motre than one in the kernel driver). Let me know if it works and I'll add it into the distribution. Good luck. --jim