9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Naofumi Yasufuku <naofumi@yasufuku.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] 3dfx banshee
Date: Fri, 22 Dec 2000 13:09:55 +0900	[thread overview]
Message-ID: <200012220410.NAA09952@mb8.seikyou.ne.jp> (raw)
In-Reply-To: <20001220145503.C691D199F7@mail.cse.psu.edu>

>
> 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
<naofumi@yasufuku.net>


       reply	other threads:[~2000-12-22  4:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20001220145503.C691D199F7@mail.cse.psu.edu>
2000-12-22  4:09 ` Naofumi Yasufuku [this message]
2000-12-20 14:08 jmk
2000-12-21  9:44 ` Alexander C. Deztroyer
  -- strict thread matches above, loose matches on Subject: below --
2000-12-20 10:00 vonstroheim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200012220410.NAA09952@mb8.seikyou.ne.jp \
    --to=naofumi@yasufuku.net \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).