[xserver-commit] xfree86/drivers/i128 i128IBMDAC.c,1.4,1.5 i128_driver.c,1.35,1.36 i128accel.c,1.8,1.9 i128dga.c,1.4,1.5 i128init.c,1.6,1.7

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	i128IBMDAC.c i128_driver.c i128accel.c i128dga.c i128init.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: i128IBMDAC.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/i128/i128IBMDAC.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/i128IBMDAC.c	6 Nov 2003 18:38:02 -0000	1.4
+++ b/i128IBMDAC.c	28 Feb 2004 01:27:39 -0000	1.5
@@ -23,6 +23,9 @@
 
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c,v 1.3tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "xf86PciInfo.h"

Index: i128_driver.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/i128/i128_driver.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- a/i128_driver.c	6 Nov 2003 18:38:03 -0000	1.35
+++ b/i128_driver.c	28 Feb 2004 01:27:39 -0000	1.36
@@ -26,6 +26,9 @@
 
 
 /* All drivers should typically include these */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86Resources.h"

Index: i128accel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/i128/i128accel.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/i128accel.c	17 Feb 2003 16:08:28 -0000	1.8
+++ b/i128accel.c	28 Feb 2004 01:27:39 -0000	1.9
@@ -23,6 +23,9 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xaa.h"
 #include "xaalocal.h"
 #include "xf86fbman.h"

Index: i128dga.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/i128/i128dga.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/i128dga.c	9 Oct 2002 16:38:19 -0000	1.4
+++ b/i128dga.c	28 Feb 2004 01:27:39 -0000	1.5
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c,v 1.3tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: i128init.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/i128/i128init.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/i128init.c	24 Sep 2003 02:43:23 -0000	1.6
+++ b/i128init.c	28 Feb 2004 01:27:39 -0000	1.7
@@ -26,6 +26,9 @@
 /* $XConsortium: $ */
 
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "xf86PciInfo.h"