[xserver-commit] xfree86/drivers/s3virge s3v_accel.c,1.25,1.26 s3v_dac.c,1.4,1.5 s3v_dga.c,1.7,1.8 s3v_driver.c,1.93,1.94 s3v_hwcurs.c,1.7,1.8 s3v_i2c.c,1.4,1.5 s3v_shadow.c,1.3,1.4 s3v_xv.c,1.11,1.12
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/drivers/nv nv_cursor.c,1.12,1.13 nv_dac.c,1.38,1.39 nv_dga.c,1.12,1.13 nv_driver.c,1.123,1.124 nv_hw.c,1.5,1.6 nv_setup.c,1.39,1.40 nv_shadow.c,1.6,1.7 nv_video.c,1.21,1.22 nv_xaa.c,1.34,1.35 riva_cursor.c,1.1,1.2 riva_dac.c,1.2,1.3 riva_dga.c,1.1,1.2 riva_driver.c,1.6,1.7 riva_hw.c,1.52,1.53 riva_setup.c,1.1,1.2 riva_shadow.c,1.1,1.2 riva_xaa.c,1.1,1.2
- Next message: [xserver-commit] xfree86/drivers/siliconmotion smi_accel.c,1.9,1.10 smi_dac.c,1.2,1.3 smi_dga.c,1.2,1.3 smi_driver.c,1.37,1.38 smi_hwcurs.c,1.3,1.4 smi_i2c.c,1.2,1.3 smi_shadow.c,1.3,1.4 smi_video.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/s3virge
In directory pdx:/tmp/cvs-serv14744/drivers/s3virge
Modified Files:
s3v_accel.c s3v_dac.c s3v_dga.c s3v_driver.c s3v_hwcurs.c
s3v_i2c.c s3v_shadow.c s3v_xv.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: s3v_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_accel.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- a/s3v_accel.c 6 Nov 2003 18:38:05 -0000 1.25
+++ b/s3v_accel.c 28 Feb 2004 01:27:45 -0000 1.26
@@ -25,6 +25,9 @@
in this Software without prior written authorization from the XFree86 Project.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "s3v.h"
#include "miline.h"
Index: s3v_dac.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_dac.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/s3v_dac.c 4 Feb 2003 02:20:50 -0000 1.4
+++ b/s3v_dac.c 28 Feb 2004 01:27:45 -0000 1.5
@@ -36,6 +36,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "s3v.h"
Index: s3v_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_dga.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/s3v_dga.c 14 Jan 2002 18:02:58 -0000 1.7
+++ b/s3v_dga.c 28 Feb 2004 01:27:45 -0000 1.8
@@ -57,6 +57,9 @@
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3v_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_driver.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- a/s3v_driver.c 6 Nov 2003 18:38:05 -0000 1.93
+++ b/s3v_driver.c 28 Feb 2004 01:27:45 -0000 1.94
@@ -24,6 +24,9 @@
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the XFree86 Project.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86Resources.h"
/* Needed by Resources Access Control (RAC) */
#include "xf86RAC.h"
Index: s3v_hwcurs.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_hwcurs.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/s3v_hwcurs.c 4 Feb 2003 02:20:50 -0000 1.7
+++ b/s3v_hwcurs.c 28 Feb 2004 01:27:46 -0000 1.8
@@ -36,6 +36,9 @@
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "s3v.h"
/* protos */
Index: s3v_i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_i2c.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/s3v_i2c.c 31 Mar 2000 20:13:32 -0000 1.4
+++ b/s3v_i2c.c 28 Feb 2004 01:27:46 -0000 1.5
@@ -50,6 +50,9 @@
in this Software without prior written authorization from the XFree86 Project.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: s3v_shadow.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_shadow.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/s3v_shadow.c 31 Mar 2000 20:13:33 -0000 1.3
+++ b/s3v_shadow.c 28 Feb 2004 01:27:46 -0000 1.4
@@ -55,6 +55,9 @@
based on code written by Mark Vojkovich <markv@valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Resources.h"
Index: s3v_xv.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/s3virge/s3v_xv.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/s3v_xv.c 10 Nov 2003 18:22:25 -0000 1.11
+++ b/s3v_xv.c 28 Feb 2004 01:27:46 -0000 1.12
@@ -39,6 +39,9 @@
/* Most xf86 commons are already in s3v.h */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "s3v.h"
#if 0
- Previous message: [xserver-commit] xfree86/drivers/nv nv_cursor.c,1.12,1.13 nv_dac.c,1.38,1.39 nv_dga.c,1.12,1.13 nv_driver.c,1.123,1.124 nv_hw.c,1.5,1.6 nv_setup.c,1.39,1.40 nv_shadow.c,1.6,1.7 nv_video.c,1.21,1.22 nv_xaa.c,1.34,1.35 riva_cursor.c,1.1,1.2 riva_dac.c,1.2,1.3 riva_dga.c,1.1,1.2 riva_driver.c,1.6,1.7 riva_hw.c,1.52,1.53 riva_setup.c,1.1,1.2 riva_shadow.c,1.1,1.2 riva_xaa.c,1.1,1.2
- Next message: [xserver-commit] xfree86/drivers/siliconmotion smi_accel.c,1.9,1.10 smi_dac.c,1.2,1.3 smi_dga.c,1.2,1.3 smi_driver.c,1.37,1.38 smi_hwcurs.c,1.3,1.4 smi_i2c.c,1.2,1.3 smi_shadow.c,1.3,1.4 smi_video.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]