debrix/hw/xorg/ramdac BT.c, 1.2, 1.3 BT.h, 1.2, 1.3 BTPriv.h, 1.2, 1.3 IBM.c, 1.2, 1.3 IBM.h, 1.2, 1.3 IBMPriv.h, 1.2, 1.3 TI.c, 1.2, 1.3 TI.h, 1.2, 1.3 TIPriv.h, 1.2, 1.3 xf86Cursor.c, 1.2, 1.3 xf86Cursor.h, 1.2, 1.3 xf86CursorPriv.h, 1.2, 1.3 xf86HWCurs.c, 1.2, 1.3 xf86RamDac.c, 1.2, 1.3 xf86RamDac.h, 1.2, 1.3 xf86RamDacCmap.c, 1.2, 1.3 xf86RamDacMod.c, 1.2, 1.3 xf86RamDacPriv.h, 1.2, 1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:21 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/ramdac
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/ramdac

Modified Files:
	BT.c BT.h BTPriv.h IBM.c IBM.h IBMPriv.h TI.c TI.h TIPriv.h 
	xf86Cursor.c xf86Cursor.h xf86CursorPriv.h xf86HWCurs.c 
	xf86RamDac.c xf86RamDac.h xf86RamDacCmap.c xf86RamDacMod.c 
	xf86RamDacPriv.h 
Log Message:
Initial import from modular sources.


Index: BT.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/BT.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BT.c	23 Apr 2004 19:54:13 -0000	1.2
+++ BT.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -25,6 +25,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/BT.c,v 1.7 2000/10/20 12:57:27 alanh Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: BT.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/BT.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BT.h	23 Apr 2004 19:54:13 -0000	1.2
+++ BT.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/BT.h,v 1.2 1998/07/25 16:57:17 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86RamDac.h"
 
 RamDacHelperRecPtr BTramdacProbe(ScrnInfoPtr pScrn, RamDacSupportedInfoRecPtr ramdacs);

Index: BTPriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/BTPriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BTPriv.h	23 Apr 2004 19:54:13 -0000	1.2
+++ BTPriv.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/BTPriv.h,v 1.1.2.1 1998/07/18 17:54:00 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "BT.h"
 
 typedef struct {

Index: IBM.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/IBM.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- IBM.c	23 Apr 2004 19:54:13 -0000	1.2
+++ IBM.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -25,6 +25,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/IBM.c,v 1.12 2003/02/17 16:08:29 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: IBM.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/IBM.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- IBM.h	23 Apr 2004 19:54:13 -0000	1.2
+++ IBM.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/IBM.h,v 1.7 1999/02/12 22:52:11 hohndel Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <xf86RamDac.h>
 
 RamDacHelperRecPtr IBMramdacProbe(ScrnInfoPtr pScrn, RamDacSupportedInfoRecPtr ramdacs);

Index: IBMPriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/IBMPriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- IBMPriv.h	23 Apr 2004 19:54:13 -0000	1.2
+++ IBMPriv.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/IBMPriv.h,v 1.1.2.2 1998/07/18 17:54:01 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "IBM.h"
 
 typedef struct {

Index: TI.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/TI.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TI.c	23 Apr 2004 19:54:13 -0000	1.2
+++ TI.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -26,6 +26,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/TI.c,v 1.7 2003/02/17 16:08:29 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: TI.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/TI.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TI.h	23 Apr 2004 19:54:13 -0000	1.2
+++ TI.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/TI.h,v 1.4 2000/05/02 21:04:46 alanh Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <xf86RamDac.h>
 
 unsigned long TIramdacCalculateMNPForClock(unsigned long RefClock,

Index: TIPriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/TIPriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TIPriv.h	23 Apr 2004 19:54:13 -0000	1.2
+++ TIPriv.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/TIPriv.h,v 1.2 1998/07/25 16:57:19 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "TI.h"
 
 typedef struct {

Index: xf86Cursor.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86Cursor.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86Cursor.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86Cursor.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.c,v 1.19tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "xf86CursorPriv.h"

Index: xf86Cursor.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86Cursor.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86Cursor.h	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86Cursor.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h,v 1.10tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86CURSOR_H
 #define _XF86CURSOR_H
 

Index: xf86CursorPriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86CursorPriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86CursorPriv.h	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86CursorPriv.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86CursorPriv.h,v 1.4tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86CURSORPRIV_H
 #define _XF86CURSORPRIV_H
 

Index: xf86HWCurs.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86HWCurs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86HWCurs.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86HWCurs.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,11 +1,14 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86HWCurs.c,v 1.12 2003/02/13 20:28:41 tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "xf86_OSproc.h"
 
-#include "X.h"
+#include <X11/X.h>
 #include "scrnintstr.h"
 #include "pixmapstr.h"
 #include "windowstr.h"

Index: xf86RamDac.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86RamDac.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RamDac.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RamDac.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -25,6 +25,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.c,v 1.6tsi Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: xf86RamDac.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86RamDac.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RamDac.h	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RamDac.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.h,v 1.9 1999/03/28 15:33:02 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86RAMDAC_H
 #define _XF86RAMDAC_H 1
 

Index: xf86RamDacCmap.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86RamDacCmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RamDacCmap.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RamDacCmap.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -25,8 +25,11 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacCmap.c,v 1.6 2000/03/21 21:15:28 alanh Exp $ */
 
-#include "X.h"
-#include "Xproto.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+#include <X11/X.h>
+#include <X11/Xproto.h>
 #include "windowstr.h"
 #include "mipointer.h"
 #include "micmap.h"

Index: xf86RamDacMod.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86RamDacMod.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RamDacMod.c	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RamDacMod.c	10 Jun 2004 19:41:17 -0000	1.3
@@ -25,6 +25,9 @@
  */
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacMod.c,v 1.5 1999/01/17 10:54:13 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Module.h"
 
 

Index: xf86RamDacPriv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/ramdac/xf86RamDacPriv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86RamDacPriv.h	23 Apr 2004 19:54:13 -0000	1.2
+++ xf86RamDacPriv.h	10 Jun 2004 19:41:17 -0000	1.3
@@ -1,5 +1,8 @@
 /* $XFree86: xc/programs/Xserver/hw/xfree86/ramdac/xf86RamDacPriv.h,v 1.3 1998/12/06 06:08:37 dawes Exp $ */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86RamDac.h"
 #include "xf86cmap.h"
 




More information about the xserver-commit mailing list