[xserver-commit] xfree86/drivers/nsc/panel cen9211.c,1.2,1.3 dora9211.c,1.1,1.2 drac9210.c,1.2,1.3 gx2_9211.c,1.3,1.4 panel.c,1.3,1.4 platform.c,1.4,1.5 pnl_bios.c,1.3,1.4 pnl_init.c,1.1,1.2

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

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

Modified Files:
	cen9211.c dora9211.c drac9210.c gx2_9211.c panel.c platform.c 
	pnl_bios.c pnl_init.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: cen9211.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/cen9211.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/cen9211.c	3 Nov 2003 05:11:24 -0000	1.2
+++ b/cen9211.c	28 Feb 2004 01:27:40 -0000	1.3
@@ -133,6 +133,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "cen9211.h"
 
 static unsigned char sioc2_orig_val;

Index: dora9211.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/dora9211.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/dora9211.c	10 Dec 2002 15:12:28 -0000	1.1
+++ b/dora9211.c	28 Feb 2004 01:27:40 -0000	1.2
@@ -139,6 +139,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "dora9211.h"
 
 void

Index: drac9210.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/drac9210.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/drac9210.c	14 Jan 2003 09:34:35 -0000	1.2
+++ b/drac9210.c	28 Feb 2004 01:27:40 -0000	1.3
@@ -139,6 +139,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "drac9210.h"
 
 #define	CS9210			0x40	/* Chip select pin */

Index: gx2_9211.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/gx2_9211.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/gx2_9211.c	14 Jan 2003 09:34:35 -0000	1.3
+++ b/gx2_9211.c	28 Feb 2004 01:27:40 -0000	1.4
@@ -129,6 +129,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "92xx.h"
 #include "gx2_9211.h"
 #include "pnl_defs.h"

Index: panel.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/panel.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/panel.c	14 Jan 2003 09:34:35 -0000	1.3
+++ b/panel.c	28 Feb 2004 01:27:40 -0000	1.4
@@ -139,6 +139,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #if defined(linux)			/* Linux */
 
 #ifdef __KERNEL__

Index: platform.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/platform.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/platform.c	3 Nov 2003 05:11:24 -0000	1.4
+++ b/platform.c	28 Feb 2004 01:27:40 -0000	1.5
@@ -140,6 +140,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #define LINUX_ROM_SEGMENT 0x000F
 #define SEGMENT_LENGTH  0xFFFF
 #define PAGE_LENGTH     0x1000

Index: pnl_bios.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/pnl_bios.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/pnl_bios.c	14 Jan 2003 09:34:36 -0000	1.3
+++ b/pnl_bios.c	28 Feb 2004 01:27:40 -0000	1.4
@@ -139,6 +139,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "panel.h"
 
 #if defined(_WIN32)			/* windows */

Index: pnl_init.c
===================================================================
RCS file: /cvs/xserver/xfree86/drivers/nsc/panel/pnl_init.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/pnl_init.c	10 Dec 2002 15:12:28 -0000	1.1
+++ b/pnl_init.c	28 Feb 2004 01:27:40 -0000	1.2
@@ -139,6 +139,9 @@
  *
  * END_NSC_LIC_GPL */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "panel.h"
 #include "gfx_regs.h"
 #include "gfx_type.h"