[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

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/drivers/savage
In directory pdx:/tmp/cvs-serv14744/drivers/savage

Modified Files:
	savage_accel.c savage_cursor.c savage_dga.c savage_driver.c 
	savage_i2c.c savage_image.c savage_shadow.c savage_vbe.c 
	savage_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: savage_accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_accel.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- a/savage_accel.c	25 Jan 2004 17:39:29 -0000	1.24
+++ b/savage_accel.c	28 Feb 2004 01:27:46 -0000	1.25
@@ -15,6 +15,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "Xarch.h"
 #include "xaalocal.h"
 #include "xaarop.h"

Index: savage_cursor.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_cursor.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/savage_cursor.c	18 Jan 2003 15:22:29 -0000	1.9
+++ b/savage_cursor.c	28 Feb 2004 01:27:47 -0000	1.10
@@ -9,6 +9,9 @@
  * Ported to 4.0 by Tim Roberts.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "savage_driver.h"
 
 static void SavageLoadCursorImage(ScrnInfoPtr pScrn, unsigned char *src);

Index: savage_dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_dga.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/savage_dga.c	18 Jan 2003 15:22:29 -0000	1.6
+++ b/savage_dga.c	28 Feb 2004 01:27:47 -0000	1.7
@@ -33,6 +33,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xaalocal.h"
 #include "savage_driver.h"
 #include "dgaproc.h"

Index: savage_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_driver.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- a/savage_driver.c	6 Nov 2003 18:38:06 -0000	1.49
+++ b/savage_driver.c	28 Feb 2004 01:27:47 -0000	1.50
@@ -12,6 +12,9 @@
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86RAC.h"
 #include "shadowfb.h"
 

Index: savage_i2c.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_i2c.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/savage_i2c.c	2 Oct 2002 20:39:55 -0000	1.3
+++ b/savage_i2c.c	28 Feb 2004 01:27:47 -0000	1.4
@@ -26,6 +26,9 @@
 */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: savage_image.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_image.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/savage_image.c	14 May 2002 20:19:52 -0000	1.6
+++ b/savage_image.c	28 Feb 2004 01:27:47 -0000	1.7
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_image.c,v 1.4 2001/05/18 23:35:32 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "savage_driver.h"
 #include "xaarop.h"
 #include "savage_bci.h"

Index: savage_shadow.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_shadow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/savage_shadow.c	14 May 2002 20:19:52 -0000	1.2
+++ b/savage_shadow.c	28 Feb 2004 01:27:47 -0000	1.3
@@ -5,6 +5,9 @@
    based on code written by Mark Vojkovich <markv@valinux.com>
 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "savage_driver.h"
 #include "shadowfb.h"
 #include "servermd.h"

Index: savage_vbe.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_vbe.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- a/savage_vbe.c	18 Jun 2003 16:17:40 -0000	1.14
+++ b/savage_vbe.c	28 Feb 2004 01:27:47 -0000	1.15
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_vbe.c,v 1.11 2002/05/14 20:19:52 alanh Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "savage_driver.h"
 #include "savage_vbe.h"
 

Index: savage_video.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/savage/savage_video.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- a/savage_video.c	10 Nov 2003 18:22:26 -0000	1.18
+++ b/savage_video.c	28 Feb 2004 01:27:47 -0000	1.19
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/savage/savage_video.c,v 1.17tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "Xv.h"
 #include "dix.h"
 #include "dixstruct.h"