9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] ATI Xpert98 "OEM" Edition - doesn't work with Plan9
@ 2001-02-07 17:06 Russ Cox
  2001-02-07 21:24 ` Keith Nash
  0 siblings, 1 reply; 5+ messages in thread
From: Russ Cox @ 2001-02-07 17:06 UTC (permalink / raw)
  To: 9fans, k.j.nash

The Xpert98 should work; hopefully all that's
wrong is the recognition of the card for what it is.

After making the boot disk, edit a:\vgadb
and look for the section with all the Mach64
entries.

Add the marked line (without the >>>)

	0xC0000-0xC0200="MACH64GB"
	0xC0000-0xC0200="MACH64GM"
>>>	0xC0000-0xC0200="MACH64GR"
	0xC0000-0xC0200="MACH64GZ"

and try booting again.

Russ



^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [9fans] ATI Xpert98 "OEM" Edition
@ 2001-02-08  8:38 forsyth
  0 siblings, 0 replies; 5+ messages in thread
From: forsyth @ 2001-02-08  8:38 UTC (permalink / raw)
  To: 9fans


diff /n/dump/2001/0105/sys/src/9/pc/vgamach64xx.c /sys/src/9/pc/vgamach64xx.c
26a27
> 	('G'<<8)|'R',

diff /n/dump/2001/0105/sys/src/cmd/aux/vga/mach64xx.c /sys/src/cmd/aux/vga/mach64xx.c
423a424
> 		case ('G'<<8)|'R':
835a837
> 		case ('G'<<8)|'R':

and the line added to /lib/vgadb as russ noted:

	0xC0000-0xC0200="MACH64GM"
>>	0xC0000-0xC0200="MACH64GR"
	0xC0000-0xC0200="MACH64GZ"



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

end of thread, other threads:[~2001-02-08  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-07 17:06 [9fans] ATI Xpert98 "OEM" Edition - doesn't work with Plan9 Russ Cox
2001-02-07 21:24 ` Keith Nash
2001-02-08  0:40   ` [9fans] ATI Xpert98 "OEM" Edition Keith Nash
2001-02-08  9:43     ` Douglas A. Gwyn
2001-02-08  8:38 forsyth

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