[xserver-commit] xserver/hw/kdrive/ati ati.c,1.3,1.4

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 22 Nov 2003 18:08:18 -0800


Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory pdx:/home/anholt/xserver/hw/kdrive/ati

Modified Files:
	ati.c 
Log Message:
Add RV250 PCI IDs.


Index: ati.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ati.c	20 Nov 2003 07:49:45 -0000	1.3
+++ ati.c	23 Nov 2003 02:08:16 -0000	1.4
@@ -51,6 +51,10 @@
 	{0x1002, 0x4336, "ATI Radeon RS100"},
 	{0x1002, 0x4337, "ATI Radeon RS200"},
 	{0x1002, 0x4437, "ATI Radeon RS250"},
+	{0x1002, 0x4964, "ATI Radeon RV250 Id"},
+	{0x1002, 0x4965, "ATI Radeon RV250 Ie"},
+	{0x1002, 0x4966, "ATI Radeon RV250 If"},
+	{0x1002, 0x4967, "ATI Radeon RV250 Ig"},
 	{0x1002, 0x4c57, "ATI Radeon RV200 LW"},
 	{0x1002, 0x4c58, "ATI Radeon RV200 LX"},
 	{0x1002, 0x4c59, "ATI Radeon Mobility M6 LY"},