9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] driver for old vga? (trident microsystems tvga8900)
@ 2003-02-18  3:59 Axel Belinfante
  2003-02-18  4:09 ` Russ Cox
  2003-02-18  4:15 ` Russ Cox
  0 siblings, 2 replies; 5+ messages in thread
From: Axel Belinfante @ 2003-02-18  3:59 UTC (permalink / raw)
  To: 9fans

I'm trying to put some old hardware (back) to work.
In particular, a very old video card that in the bios
says TRIDENT MICROSYSTEMS and has a chip labeled tvga8900 .
(TRIDENT TVGA BIOS C2.1?)

This card did work with the 4-floppy 2nd edition distribution.
Unfortunately, I was not (yet) able to access the old vgadb.
Any chance that there is still a driver for it in 4th edition?
Or an old 2nd edition one that I could try to reintegrate?
Essentially, the system will be used as a server,
so it is not a big deal, but would still be nice...

I could not get the old vgadb from the old disk containing
the 4-floppy install, because, with that disk in the system
I'm trying to get working I get a kernel panic on boot.

dev A0 port 170 config 0A5A capabilities 0001 mwdma 0000
FLAGS=10246 TRAP=0 ECODE=0 PC=80022367
  AX fffffffe  BX 00000000  CX  00000200 DX ffffffff
  SI fffffffe  DI 80317874  BP  80317444
  CS 0010 DS 0008  ES 0008  FS 0008  GS 0008
  CR0 80000011  CR2 00000000 CR3 0000c000
panix: exception/interrupt 0


Axel.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] driver for old vga? (trident microsystems tvga8900)
  2003-02-18  3:59 [9fans] driver for old vga? (trident microsystems tvga8900) Axel Belinfante
@ 2003-02-18  4:09 ` Russ Cox
  2003-02-18  5:02   ` Axel Belinfante
  2003-02-18  4:15 ` Russ Cox
  1 sibling, 1 reply; 5+ messages in thread
From: Russ Cox @ 2003-02-18  4:09 UTC (permalink / raw)
  To: 9fans

I can't find any trace of a Trident TVGA 8900
in the 2e sources or vgadb.  There are no
bios strings looking looking anything like
TRIDENT TVGA BIOS C2.1.

The card probably only worked in 640x480x1
(one of the only standardized graphical VGA modes)
which is no longer an option.

Russ



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] driver for old vga? (trident microsystems tvga8900)
  2003-02-18  3:59 [9fans] driver for old vga? (trident microsystems tvga8900) Axel Belinfante
  2003-02-18  4:09 ` Russ Cox
@ 2003-02-18  4:15 ` Russ Cox
  2003-02-18  4:49   ` Axel Belinfante
  1 sibling, 1 reply; 5+ messages in thread
From: Russ Cox @ 2003-02-18  4:15 UTC (permalink / raw)
  To: 9fans

> I could not get the old vgadb from the old disk containing
> the 4-floppy install, because, with that disk in the system
> I'm trying to get working I get a kernel panic on boot.
>
> dev A0 port 170 config 0A5A capabilities 0001 mwdma 0000
> FLAGS=10246 TRAP=0 ECODE=0 PC=80022367
>   AX fffffffe  BX 00000000  CX  00000200 DX ffffffff
>   SI fffffffe  DI 80317874  BP  80317444
>   CS 0010 DS 0008  ES 0008  FS 0008  GS 0008
>   CR0 80000011  CR2 00000000 CR3 0000c000
> panix: exception/interrupt 0

i was going to comment that this was funny and that
no one would want to go near a 2e boot process crash,
but then i realized this isn't a 2e boot process crash.
that "dev A0 ..." line is from devsd, which appeared in 3e.
i don't remember whether the 9load (nee b.com) panics
looked the same.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] driver for old vga? (trident microsystems tvga8900)
  2003-02-18  4:15 ` Russ Cox
@ 2003-02-18  4:49   ` Axel Belinfante
  0 siblings, 0 replies; 5+ messages in thread
From: Axel Belinfante @ 2003-02-18  4:49 UTC (permalink / raw)
  To: 9fans

Sorry for the confusion (or the fun? :-).
This panic I got with a 4th edition kernel.

(however, I remember that that disk gave me an
 occasional 'weird interrupt ignored'
 (or similar wording))

Axel.

> > I could not get the old vgadb from the old disk containing
> > the 4-floppy install, because, with that disk in the system
> > I'm trying to get working I get a kernel panic on boot.
> >
> > dev A0 port 170 config 0A5A capabilities 0001 mwdma 0000
> > FLAGS=10246 TRAP=0 ECODE=0 PC=80022367
> >   AX fffffffe  BX 00000000  CX  00000200 DX ffffffff
> >   SI fffffffe  DI 80317874  BP  80317444
> >   CS 0010 DS 0008  ES 0008  FS 0008  GS 0008
> >   CR0 80000011  CR2 00000000 CR3 0000c000
> > panix: exception/interrupt 0
>
> i was going to comment that this was funny and that
> no one would want to go near a 2e boot process crash,
> but then i realized this isn't a 2e boot process crash.
> that "dev A0 ..." line is from devsd, which appeared in 3e.
> i don't remember whether the 9load (nee b.com) panics
> looked the same.
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] driver for old vga? (trident microsystems tvga8900)
  2003-02-18  4:09 ` Russ Cox
@ 2003-02-18  5:02   ` Axel Belinfante
  0 siblings, 0 replies; 5+ messages in thread
From: Axel Belinfante @ 2003-02-18  5:02 UTC (permalink / raw)
  To: 9fans

That must be it :-( (oh well, it was for a server anyway)
Thanks,
Axel.

> The card probably only worked in 640x480x1
> (one of the only standardized graphical VGA modes)
> which is no longer an option.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-02-18  5:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18  3:59 [9fans] driver for old vga? (trident microsystems tvga8900) Axel Belinfante
2003-02-18  4:09 ` Russ Cox
2003-02-18  5:02   ` Axel Belinfante
2003-02-18  4:15 ` Russ Cox
2003-02-18  4:49   ` Axel Belinfante

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).