[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
- Previous message: [xserver-commit] xfree86/drivers/glint IBMramdac.c,1.6,1.7 TIramdac.c,1.5,1.6 glint_dga.c,1.4,1.5 glint_dri.c,1.38,1.39 glint_driver.c,1.163,1.164 glint_shadow.c,1.1,1.2 pm2_accel.c,1.32,1.33 pm2_dac.c,1.27,1.28 pm2_video.c,1.26,1.27 pm2ramdac.c,1.12,1.13 pm2v_dac.c,1.30,1.31 pm2vramdac.c,1.6,1.7 pm3_accel.c,1.31,1.32 pm3_dac.c,1.34,1.35 pm3_video.c,1.15,1.16 pm_accel.c,1.25,1.26 pm_dac.c,1.12,1.13 sx_accel.c,1.9,1.10 tx_accel.c,1.29,1.30 tx_dac.c,1.16,1.17
- Next message: [xserver-commit] xfree86/common Makefile.am,3.1,3.2 miinitext.c,3.1,3.2 xf86.h,3.174,3.175 xf86AutoConfig.c,1.4,1.5 xf86Beta.c,3.11,3.12 xf86Bus.c,1.80,1.81 xf86Config.c,3.278,3.279 xf86Configure.c,3.82,3.83 xf86Cursor.c,3.38,3.39 xf86DGA.c,1.48,1.49 xf86DPMS.c,1.12,1.13 xf86Debug.c,1.8,1.9 xf86DefModes.c,1.11,1.12 xf86DoProbe.c,1.15,1.16 xf86DoScanPci.c,1.16,1.17 xf86Events.c,3.160,3.161 xf86Globals.c,1.43,1.44 xf86Helper.c,1.137,1.138 xf86Init.c,3.213,3.214 xf86Io.c,3.57,3.58 xf86Kbd.c,3.27,3.28 xf86KbdBSD.c,3.23,3.24 xf86KbdLnx.c,3.18,3.19 xf86KbdMach.c,3.9,3.10 xf86MiscExt.c,1.17,1.18 xf86Mode.c,1.70,1.71 xf86Option.c,1.30,1.31 xf86PM.c,3.10,3.11 xf86RandR.c,1.9,1.10 xf86Versions.c,1.3,1.4 xf86VidMode.c,1.18,1.19 xf86XKB.c,3.13,3.14 xf86Xinput.c,3.71,3.72 xf86cmap.c,1.26,1.27 xf86fbBus.c,1.4,1.5 xf86fbman.c,1.29,1.30 xf86fbman.h,1.15,1.16 xf86isaBus.c,3.7,3.8 xf86noBus.c,1.3,1.4 xf86pciBus.c,3.78,3.79 xf86sbusBus.c,3.8,3.9 xf86xv.c,1.38,1.39 xf86xvmc.c,1.7,1.8 xisb.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [xserver-commit] xfree86/drivers/glint IBMramdac.c,1.6,1.7 TIramdac.c,1.5,1.6 glint_dga.c,1.4,1.5 glint_dri.c,1.38,1.39 glint_driver.c,1.163,1.164 glint_shadow.c,1.1,1.2 pm2_accel.c,1.32,1.33 pm2_dac.c,1.27,1.28 pm2_video.c,1.26,1.27 pm2ramdac.c,1.12,1.13 pm2v_dac.c,1.30,1.31 pm2vramdac.c,1.6,1.7 pm3_accel.c,1.31,1.32 pm3_dac.c,1.34,1.35 pm3_video.c,1.15,1.16 pm_accel.c,1.25,1.26 pm_dac.c,1.12,1.13 sx_accel.c,1.9,1.10 tx_accel.c,1.29,1.30 tx_dac.c,1.16,1.17
- Next message: [xserver-commit] xfree86/common Makefile.am,3.1,3.2 miinitext.c,3.1,3.2 xf86.h,3.174,3.175 xf86AutoConfig.c,1.4,1.5 xf86Beta.c,3.11,3.12 xf86Bus.c,1.80,1.81 xf86Config.c,3.278,3.279 xf86Configure.c,3.82,3.83 xf86Cursor.c,3.38,3.39 xf86DGA.c,1.48,1.49 xf86DPMS.c,1.12,1.13 xf86Debug.c,1.8,1.9 xf86DefModes.c,1.11,1.12 xf86DoProbe.c,1.15,1.16 xf86DoScanPci.c,1.16,1.17 xf86Events.c,3.160,3.161 xf86Globals.c,1.43,1.44 xf86Helper.c,1.137,1.138 xf86Init.c,3.213,3.214 xf86Io.c,3.57,3.58 xf86Kbd.c,3.27,3.28 xf86KbdBSD.c,3.23,3.24 xf86KbdLnx.c,3.18,3.19 xf86KbdMach.c,3.9,3.10 xf86MiscExt.c,1.17,1.18 xf86Mode.c,1.70,1.71 xf86Option.c,1.30,1.31 xf86PM.c,3.10,3.11 xf86RandR.c,1.9,1.10 xf86Versions.c,1.3,1.4 xf86VidMode.c,1.18,1.19 xf86XKB.c,3.13,3.14 xf86Xinput.c,3.71,3.72 xf86cmap.c,1.26,1.27 xf86fbBus.c,1.4,1.5 xf86fbman.c,1.29,1.30 xf86fbman.h,1.15,1.16 xf86isaBus.c,3.7,3.8 xf86noBus.c,1.3,1.4 xf86pciBus.c,3.78,3.79 xf86sbusBus.c,3.8,3.9 xf86xv.c,1.38,1.39 xf86xvmc.c,1.7,1.8 xisb.c,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]