From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200012220410.NAA09952@mb8.seikyou.ne.jp> From: Naofumi Yasufuku To: 9fans@cse.psu.edu Subject: Re: [9fans] 3dfx banshee In-Reply-To: <20001220145503.C691D199F7@mail.cse.psu.edu> References: <20001220145503.C691D199F7@mail.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Fri, 22 Dec 2000 13:09:55 +0900 Topicbox-Message-UUID: 3c3fe838-eac9-11e9-9e20-41e7f4b1d025 > > vonstroheim@my-deja.com: > Has anybody manage to use a 3dfx banshee PCI card with plan9 ? > I have managed to use my Banshee card (Diamond Moster Fusion) with plan9. I modified kernel and vga sources to add Banshee's device ID as same as jim's follow-ups. > Date: Wed, 20 Dec 2000 09:08:50 -0500 > > 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 > Yes, it works ;-) I have put my kernel (9pcdisk), vga command include Banshee support, and my vgadb file at http://hb8.seikyou.ne.jp/home/naofumi/plan9_w_banshee/ ====================== Naofumi Yasufuku