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

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


Committed by: daniel

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

Modified Files:
	generic.c helper_exec.c helper_mem.c pci.c stub.c xf86int10.c 
	xf86int10.h xf86int10module.c xf86x86emu.c xf86x86emu.h 
Log Message:
Initial import from modular sources.


Index: generic.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/generic.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generic.c	23 Apr 2004 19:54:06 -0000	1.2
+++ generic.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: helper_exec.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/helper_exec.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- helper_exec.c	23 Apr 2004 19:54:06 -0000	1.2
+++ helper_exec.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -15,6 +15,9 @@
  * on PIO.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: helper_mem.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/helper_mem.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- helper_mem.c	23 Apr 2004 19:54:06 -0000	1.2
+++ helper_mem.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_OSproc.h"
 #include "xf86_ansic.h"

Index: pci.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/pci.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pci.c	23 Apr 2004 19:54:06 -0000	1.2
+++ pci.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -5,6 +5,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86Pci.h"
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: stub.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/stub.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stub.c	23 Apr 2004 19:54:06 -0000	1.2
+++ stub.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86str.h"
 #include "xf86_OSproc.h"

Index: xf86int10.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/xf86int10.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86int10.c	23 Apr 2004 19:54:06 -0000	1.2
+++ xf86int10.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -5,6 +5,9 @@
  *                 Copyright 1999 Egbert Eich
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86_ansic.h"
 #include "compiler.h"

Index: xf86int10.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/xf86int10.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86int10.h	23 Apr 2004 19:54:06 -0000	1.2
+++ xf86int10.h	10 Jun 2004 19:40:22 -0000	1.3
@@ -6,11 +6,14 @@
  *                 Copyright 1999 Egbert Eich
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef _XF86INT10_H
 #define _XF86INT10_H
 
-#include "Xmd.h"
-#include "Xdefs.h"
+#include <X11/Xmd.h>
+#include <X11/Xdefs.h>
 #include "xf86Pci.h"
 
 #define SEG_ADDR(x) (((x) >> 4) & 0x00F000)

Index: xf86int10module.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/xf86int10module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86int10module.c	23 Apr 2004 19:54:06 -0000	1.2
+++ xf86int10module.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include "xf86.h"
 #include "xf86str.h"
 #include "xf86Pci.h"

Index: xf86x86emu.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/xf86x86emu.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86x86emu.c	23 Apr 2004 19:54:06 -0000	1.2
+++ xf86x86emu.c	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <x86emu.h>
 #include "xf86.h"
 #include "xf86_ansic.h"

Index: xf86x86emu.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/xf86x86emu.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xf86x86emu.h	23 Apr 2004 19:54:06 -0000	1.2
+++ xf86x86emu.h	10 Jun 2004 19:40:22 -0000	1.3
@@ -4,6 +4,9 @@
  *   execute BIOS int 10h calls in x86 real mode environment
  *                 Copyright 1999 Egbert Eich
  */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #ifndef XF86X86EMU_H_
 #define XF86X86EMU_H_
 #include <x86emu.h>




More information about the xserver-commit mailing list