[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
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [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
- Next message: [xserver-commit] xfree86/drivers/savage savage_accel.c,1.24,1.25 savage_cursor.c,1.9,1.10 savage_dga.c,1.6,1.7 savage_driver.c,1.49,1.50 savage_i2c.c,1.3,1.4 savage_image.c,1.6,1.7 savage_shadow.c,1.2,1.3 savage_vbe.c,1.14,1.15 savage_video.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/drivers/siliconmotion
In directory pdx:/tmp/cvs-serv14744/drivers/siliconmotion
Modified Files:
smi_accel.c smi_dac.c smi_dga.c smi_driver.c smi_hwcurs.c
smi_i2c.c smi_shadow.c smi_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: smi_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_accel.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/smi_accel.c 8 Oct 2003 11:13:01 -0000 1.9
+++ b/smi_accel.c 28 Feb 2004 01:27:47 -0000 1.10
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_accel.c,v 1.7tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "smi.h"
#include "miline.h"
Index: smi_dac.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_dac.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/smi_dac.c 30 Nov 2001 12:11:59 -0000 1.2
+++ b/smi_dac.c 28 Feb 2004 01:27:47 -0000 1.3
@@ -28,6 +28,9 @@
*/
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "smi.h"
#define BASE_FREQ 14.31818 /* MHz */
Index: smi_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_dga.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/smi_dga.c 15 Feb 2001 18:20:33 -0000 1.2
+++ b/smi_dga.c 28 Feb 2004 01:27:47 -0000 1.3
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_dga.c,v 1.1 2000/11/28 20:59:19 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: smi_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_driver.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- a/smi_driver.c 6 Nov 2003 18:38:08 -0000 1.37
+++ b/smi_driver.c 28 Feb 2004 01:27:47 -0000 1.38
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_driver.c,v 1.36tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86Resources.h"
#include "xf86RAC.h"
#include "xf86DDC.h"
Index: smi_hwcurs.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_hwcurs.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/smi_hwcurs.c 8 Oct 2003 11:13:01 -0000 1.3
+++ b/smi_hwcurs.c 28 Feb 2004 01:27:47 -0000 1.4
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_hwcurs.c,v 1.1 2000/11/28 20:59:20 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "cursorstr.h"
#include "smi.h"
Index: smi_i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_i2c.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/smi_i2c.c 20 Dec 2001 21:35:39 -0000 1.2
+++ b/smi_i2c.c 28 Feb 2004 01:27:47 -0000 1.3
@@ -28,6 +28,9 @@
*/
/* $XFree86$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
Index: smi_shadow.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_shadow.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/smi_shadow.c 8 Oct 2003 11:13:01 -0000 1.3
+++ b/smi_shadow.c 28 Feb 2004 01:27:47 -0000 1.4
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_shadow.c,v 1.1 2000/11/28 20:59:20 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Resources.h"
Index: smi_video.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/siliconmotion/smi_video.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- a/smi_video.c 8 Dec 2003 16:03:58 -0000 1.14
+++ b/smi_video.c 28 Feb 2004 01:27:47 -0000 1.15
@@ -43,6 +43,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_video.c,v 1.13 2003/11/10 18:22:26 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "smi.h"
#include "smi_video.h"
- Previous message: [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
- Next message: [xserver-commit] xfree86/drivers/savage savage_accel.c,1.24,1.25 savage_cursor.c,1.9,1.10 savage_dga.c,1.6,1.7 savage_driver.c,1.49,1.50 savage_i2c.c,1.3,1.4 savage_image.c,1.6,1.7 savage_shadow.c,1.2,1.3 savage_vbe.c,1.14,1.15 savage_video.c,1.18,1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]