[xserver-commit] xfree86/drivers/s3 s3_IBMRGB.c,1.6,1.7 s3_Ti.c,1.6,1.7 s3_Trio64DAC.c,1.8,1.9 s3_accel.c,1.3,1.4 s3_bios.c,1.3,1.4 s3_cursor.c,1.2,1.3 s3_dga.c,1.1,1.2 s3_driver.c,1.20,1.21 s3_video.c,1.5,1.6
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/nsc durango.c,1.5,1.6 nsc_driver.c,1.5,1.6 nsc_galfns.c,1.3,1.4 nsc_galstub.c,1.2,1.3 nsc_gx1_accel.c,1.8,1.9 nsc_gx1_cursor.c,1.6,1.7 nsc_gx1_dga.c,1.2,1.3 nsc_gx1_driver.c,1.11,1.12 nsc_gx1_shadow.c,1.2,1.3 nsc_gx1_video.c,1.8,1.9 nsc_gx2_accel.c,1.5,1.6 nsc_gx2_cursor.c,1.6,1.7 nsc_gx2_dga.c,1.2,1.3 nsc_gx2_driver.c,1.10,1.11 nsc_gx2_shadow.c,1.2,1.3 nsc_gx2_vga.c,1.3,1.4 nsc_gx2_video.c,1.7,1.8 nsc_regacc.c,1.2,1.3 panel.c,1.3,1.4
- Next message: [xserver-commit] xfree86/drivers/ati ati.c,1.24,1.25 atiaccel.c,1.14,1.15 atiadapter.c,1.18,1.19 atiadjust.c,1.16,1.17 atiaudio.c,1.2,1.3 atibank.c,1.13,1.14 atibus.c,1.19,1.20 atichip.c,1.38,1.39 atichip.h,1.26,1.27 aticlock.c,1.22,1.23 aticonfig.c,1.15,1.16 aticonsole.c,1.23,1.24 aticursor.c,1.5,1.6 atidac.c,1.19,1.20 atidecoder.c,1.2,1.3 atidga.c,1.11,1.12 atidsp.c,1.22,1.23 atii2c.c,1.4,1.5 atiident.c,1.12,1.13 atiload.c,1.16,1.17 atilock.c,1.20,1.21 atimach64.c,1.53,1.54 atimach64accel.c,1.2,1.3 atimach64cursor.c,1.2,1.3 atimach64i2c.c,1.2,1.3 atimach64io.c,1.7,1.8 atimach64xv.c,1.8,1.9 atimisc.c,1.8,1.9 atimode.c,1.18,1.19 atimodule.c,1.17,1.18 atioption.c,1.23,1.24 atipreinit.c,1.75,1.76 atiprint.c,1.29,1.30 atiprobe.c,1.62,1.63 atiproto.h,1.9,1.10 atirgb514.c,1.5,1.6 atiscreen.c,1.31,1.32 atituner.c,1.2,1.3 atiutil.c,1.9,1.10 ativalid.c,1.18,1.19 ativga.c,1.21,1.22 ativgaio.c,1.5,1.6 atividmem.c,1.16,1.17 atiwonder.c,1.15,1.16 atiwonderio.c,1.5,1.6 atixv.c,1.6,1.7 r128_accel.c,1.18,1.19 r128_cursor.c,1.6,1.7 r128_dga.c,1.10,1.11 r128_dri.c,1.32,1.33 r128_driver.c,1.89,1.90 r128_misc.c,1.6,1.7 r128_probe.c,1.18,1.19 r128_sarea.h,1.9,1.10 r128_video.c,1.31,1.32 radeon_accel.c,1.36,1.37 radeon_accelfuncs.c,1.8,1.9 radeon_cursor.c,1.26,1.27 radeon_dga.c,1.12,1.13 radeon_dri.c,1.40,1.41 radeon_driver.c,1.116,1.117 radeon_misc.c,1.8,1.9 radeon_probe.c,1.31,1.32 radeon_probe.h,1.14,1.15 radeon_video.c,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/s3
In directory pdx:/tmp/cvs-serv14744/drivers/s3
Modified Files:
s3_IBMRGB.c s3_Ti.c s3_Trio64DAC.c s3_accel.c s3_bios.c
s3_cursor.c s3_dga.c s3_driver.c s3_video.c
Log Message:
* Makefile.am
* *.c
Ok, everyone gets #include <config.h>
Other than that, I fixed a few extension header paths and
whacked at the Makefile.am. Makefile.am is a hacked version
of xserver/Makefile.am; expect them to diverge until we can
stick the xfree86 DDX stuff into the standard Makefile.am.
Index: s3_IBMRGB.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_IBMRGB.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/s3_IBMRGB.c 17 Jul 2003 08:19:36 -0000 1.6
+++ b/s3_IBMRGB.c 28 Feb 2004 01:27:42 -0000 1.7
@@ -27,6 +27,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_IBMRGB.c,v 1.4 2002/12/11 17:30:48 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_Ti.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_Ti.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/s3_Ti.c 17 Jul 2003 08:19:36 -0000 1.6
+++ b/s3_Ti.c 28 Feb 2004 01:27:42 -0000 1.7
@@ -26,6 +26,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Ti.c,v 1.4 2001/10/28 03:33:44 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_Trio64DAC.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_Trio64DAC.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/s3_Trio64DAC.c 3 Nov 2003 05:11:28 -0000 1.8
+++ b/s3_Trio64DAC.c 28 Feb 2004 01:27:42 -0000 1.9
@@ -26,6 +26,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Trio64DAC.c,v 1.7tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_accel.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/s3_accel.c 23 Nov 2003 18:07:31 -0000 1.3
+++ b/s3_accel.c 28 Feb 2004 01:27:42 -0000 1.4
@@ -27,6 +27,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_accel.c,v 1.2 2001/10/28 03:33:44 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "miline.h"
Index: s3_bios.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_bios.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/s3_bios.c 25 Jan 2002 21:56:08 -0000 1.3
+++ b/s3_bios.c 28 Feb 2004 01:27:42 -0000 1.4
@@ -26,6 +26,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_bios.c,v 1.2 2001/07/11 07:45:35 alanh Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_cursor.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/s3_cursor.c 17 Jul 2003 08:19:36 -0000 1.2
+++ b/s3_cursor.c 28 Feb 2004 01:27:42 -0000 1.3
@@ -26,6 +26,9 @@
*/
/* $XFree86: $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_dga.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/s3_dga.c 2 Jul 2001 10:46:04 -0000 1.1
+++ b/s3_dga.c 28 Feb 2004 01:27:42 -0000 1.2
@@ -26,6 +26,9 @@
*/
/* $XFree86: $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_driver.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- a/s3_driver.c 3 Nov 2003 05:11:28 -0000 1.20
+++ b/s3_driver.c 28 Feb 2004 01:27:42 -0000 1.21
@@ -37,6 +37,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c,v 1.19tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3_video.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3/s3_video.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/s3_video.c 10 Nov 2003 18:22:25 -0000 1.5
+++ b/s3_video.c 28 Feb 2004 01:27:42 -0000 1.6
@@ -26,6 +26,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_video.c,v 1.4tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
- Previous message: [xserver-commit] xfree86/drivers/nsc durango.c,1.5,1.6 nsc_driver.c,1.5,1.6 nsc_galfns.c,1.3,1.4 nsc_galstub.c,1.2,1.3 nsc_gx1_accel.c,1.8,1.9 nsc_gx1_cursor.c,1.6,1.7 nsc_gx1_dga.c,1.2,1.3 nsc_gx1_driver.c,1.11,1.12 nsc_gx1_shadow.c,1.2,1.3 nsc_gx1_video.c,1.8,1.9 nsc_gx2_accel.c,1.5,1.6 nsc_gx2_cursor.c,1.6,1.7 nsc_gx2_dga.c,1.2,1.3 nsc_gx2_driver.c,1.10,1.11 nsc_gx2_shadow.c,1.2,1.3 nsc_gx2_vga.c,1.3,1.4 nsc_gx2_video.c,1.7,1.8 nsc_regacc.c,1.2,1.3 panel.c,1.3,1.4
- Next message: [xserver-commit] xfree86/drivers/ati ati.c,1.24,1.25 atiaccel.c,1.14,1.15 atiadapter.c,1.18,1.19 atiadjust.c,1.16,1.17 atiaudio.c,1.2,1.3 atibank.c,1.13,1.14 atibus.c,1.19,1.20 atichip.c,1.38,1.39 atichip.h,1.26,1.27 aticlock.c,1.22,1.23 aticonfig.c,1.15,1.16 aticonsole.c,1.23,1.24 aticursor.c,1.5,1.6 atidac.c,1.19,1.20 atidecoder.c,1.2,1.3 atidga.c,1.11,1.12 atidsp.c,1.22,1.23 atii2c.c,1.4,1.5 atiident.c,1.12,1.13 atiload.c,1.16,1.17 atilock.c,1.20,1.21 atimach64.c,1.53,1.54 atimach64accel.c,1.2,1.3 atimach64cursor.c,1.2,1.3 atimach64i2c.c,1.2,1.3 atimach64io.c,1.7,1.8 atimach64xv.c,1.8,1.9 atimisc.c,1.8,1.9 atimode.c,1.18,1.19 atimodule.c,1.17,1.18 atioption.c,1.23,1.24 atipreinit.c,1.75,1.76 atiprint.c,1.29,1.30 atiprobe.c,1.62,1.63 atiproto.h,1.9,1.10 atirgb514.c,1.5,1.6 atiscreen.c,1.31,1.32 atituner.c,1.2,1.3 atiutil.c,1.9,1.10 ativalid.c,1.18,1.19 ativga.c,1.21,1.22 ativgaio.c,1.5,1.6 atividmem.c,1.16,1.17 atiwonder.c,1.15,1.16 atiwonderio.c,1.5,1.6 atixv.c,1.6,1.7 r128_accel.c,1.18,1.19 r128_cursor.c,1.6,1.7 r128_dga.c,1.10,1.11 r128_dri.c,1.32,1.33 r128_driver.c,1.89,1.90 r128_misc.c,1.6,1.7 r128_probe.c,1.18,1.19 r128_sarea.h,1.9,1.10 r128_video.c,1.31,1.32 radeon_accel.c,1.36,1.37 radeon_accelfuncs.c,1.8,1.9 radeon_cursor.c,1.26,1.27 radeon_dga.c,1.12,1.13 radeon_dri.c,1.40,1.41 radeon_driver.c,1.116,1.117 radeon_misc.c,1.8,1.9 radeon_probe.c,1.31,1.32 radeon_probe.h,1.14,1.15 radeon_video.c,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]