9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 3dfx banshee
@ 2000-12-20 10:00 vonstroheim
  0 siblings, 0 replies; 4+ messages in thread
From: vonstroheim @ 2000-12-20 10:00 UTC (permalink / raw)
  To: 9fans

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


Sent via Deja.com
http://www.deja.com/


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [9fans] 3dfx banshee
@ 2000-12-20 14:08 jmk
  2000-12-21  9:44 ` Alexander C. Deztroyer
  0 siblings, 1 reply; 4+ messages in thread
From: jmk @ 2000-12-20 14:08 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20001220145503.C691D199F7@mail.cse.psu.edu>]

end of thread, other threads:[~2000-12-22  4:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 10:00 [9fans] 3dfx banshee vonstroheim
2000-12-20 14:08 jmk
2000-12-21  9:44 ` Alexander C. Deztroyer
     [not found] <20001220145503.C691D199F7@mail.cse.psu.edu>
2000-12-22  4:09 ` Naofumi Yasufuku

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).