9fans archive / 2000 / 07 / 522 /    prev next

From: jmk@pla...
Subject: Re: [9fans] S3 ViRGE/DX?
Date: Thu, 20 Jul 2000 13:38:41 -0400

I found a DX card and fixed the cursor problem. The ID code for the DX
was wrong in both /sys/src/cmd/aux/vga/virge.c and /sys/src/9/pc/vgas3.c.
In both, replace all instances of

	case 0xE18A:				/* ViRGE/[DG]X */
with
	case 0xE101:				/* ViRGE/[DG]X */

This fix will be in the next update.

--jim