debrix/hw/xorg/i2c xf86i2c.c, 1.2, 1.3 xf86i2c.h, 1.2,
1.3 xf86i2cmodule.c, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:40:27 EST 2004
- Previous message: debrix/hw/xorg/fbdevhw fbdevhw.c, 1.3, 1.4 fbdevhw.h, 1.2,
1.3 fbdevhwstub.c, 1.2, 1.3 fbpriv.h, 1.2, 1.3
- Next message: debrix/hw/xorg/int10 generic.c, 1.2, 1.3 helper_exec.c, 1.2,
1.3 helper_mem.c, 1.2, 1.3 pci.c, 1.2, 1.3 stub.c, 1.2,
1.3 xf86int10.c, 1.2, 1.3 xf86int10.h, 1.2,
1.3 xf86int10module.c, 1.2, 1.3 xf86x86emu.c, 1.2,
1.3 xf86x86emu.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/i2c
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/i2c
Modified Files:
xf86i2c.c xf86i2c.h xf86i2cmodule.c
Log Message:
Initial import from modular sources.
Index: xf86i2c.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/i2c/xf86i2c.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86i2c.c 23 Apr 2004 19:54:01 -0000 1.2
+++ xf86i2c.c 10 Jun 2004 19:40:20 -0000 1.3
@@ -8,14 +8,17 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.c,v 1.14 2003/05/05 21:18:41 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#if 1
#include "misc.h"
#include "xf86.h"
#include "xf86_ansic.h"
#include "xf86_OSproc.h"
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "scrnintstr.h"
#include "regionstr.h"
#include "windowstr.h"
Index: xf86i2c.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/i2c/xf86i2c.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86i2c.h 23 Apr 2004 19:54:01 -0000 1.2
+++ xf86i2c.h 10 Jun 2004 19:40:20 -0000 1.3
@@ -3,6 +3,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2c.h,v 1.10 2003/07/16 01:38:47 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _XF86I2C_H
#define _XF86I2C_H
Index: xf86i2cmodule.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/i2c/xf86i2cmodule.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86i2cmodule.c 23 Apr 2004 19:54:01 -0000 1.2
+++ xf86i2cmodule.c 10 Jun 2004 19:40:20 -0000 1.3
@@ -7,6 +7,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/i2c/xf86i2cmodule.c,v 1.6 1999/01/26 05:54:10 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86Module.h"
static MODULESETUPPROTO(i2cSetup);
- Previous message: debrix/hw/xorg/fbdevhw fbdevhw.c, 1.3, 1.4 fbdevhw.h, 1.2,
1.3 fbdevhwstub.c, 1.2, 1.3 fbpriv.h, 1.2, 1.3
- Next message: debrix/hw/xorg/int10 generic.c, 1.2, 1.3 helper_exec.c, 1.2,
1.3 helper_mem.c, 1.2, 1.3 pci.c, 1.2, 1.3 stub.c, 1.2,
1.3 xf86int10.c, 1.2, 1.3 xf86int10.h, 1.2,
1.3 xf86int10module.c, 1.2, 1.3 xf86x86emu.c, 1.2,
1.3 xf86x86emu.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list