[xserver-commit] xserver ChangeLog,3.105,3.106

Eric Anholt xserver-commit@pdx.freedesktop.org
Fri, 09 Jan 2004 00:44:07 -0800


Committed by: anholt

Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver

Modified Files:
	ChangeLog 
Log Message:
Change PCI ID information field to be one of r128, r100, r200, r300.
This is all the information we need so far.  Put that information
into atic, and use it correctly in the code (unlike before).


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.105
retrieving revision 3.106
diff -u -d -r3.105 -r3.106
--- ChangeLog	9 Jan 2004 08:40:31 -0000	3.105
+++ ChangeLog	9 Jan 2004 08:43:47 -0000	3.106
@@ -1,3 +1,14 @@
+2004-01-09  Eric Anholt  <anholt@FreeBSD.org>
+
+	* hw/kdrive/ati/ati.c: (ATICardInit):
+	* hw/kdrive/ati/ati.h:
+	* hw/kdrive/ati/ati_draw.c:
+	* hw/kdrive/ati/ati_draw.h:
+	* hw/kdrive/ati/ati_dri.c: (ATIDRIScreenInit), (ATIDRICloseScreen):
+	Change PCI ID information field to be one of r128, r100, r200, r300.
+	This is all the information we need so far.  Put that information
+	into atic, and use it correctly in the code (unlike before).
+
 2004-01-08  Eric Anholt  <anholt@FreeBSD.org>
 
 	* hw/kdrive/src/kaapict.c: (kaaTryDriverComposite):