[xserver-commit] xserver ChangeLog,3.69,3.70
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 30 Nov 2003 17:47:09 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver
Modified Files:
ChangeLog
Log Message:
Remove sys/io.h inclusion from some files that didn't need it, and
change asm/io.h to sys/io.h in vga.c, which newer Linux complains
about.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.69
retrieving revision 3.70
diff -u -d -r3.69 -r3.70
--- ChangeLog 25 Nov 2003 22:39:53 -0000 3.69
+++ ChangeLog 1 Dec 2003 01:46:37 -0000 3.70
@@ -1,3 +1,12 @@
+2003-11-30 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/kdrive/ati/ati_draw.c:
+ * hw/kdrive/mach64/mach64.c:
+ * hw/kdrive/src/vga.c:
+ Remove sys/io.h inclusion from some files that didn't need it, and
+ change asm/io.h to sys/io.h in vga.c, which newer Linux complains
+ about.
+
2003-11-25 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/ati/ati.c: