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
- Previous message: debrix/hw/xorg/i2c xf86i2c.c, 1.2, 1.3 xf86i2c.h, 1.2,
1.3 xf86i2cmodule.c, 1.2, 1.3
- Next message: debrix/hw/xorg/loader aout.h, 1.2, 1.3 aoutloader.c, 1.2,
1.3 aoutloader.h, 1.2, 1.3 ar.h, 1.2, 1.3 coff.h, 1.2,
1.3 coffloader.c, 1.2, 1.3 coffloader.h, 1.2, 1.3 dixsym.c,
1.2, 1.3 dlloader.c, 1.1.1.2, 1.2 dlloader.h, 1.2, 1.3 elf.h,
1.2, 1.3 elfloader.c, 1.2, 1.3 elfloader.h, 1.2, 1.3 extsym.c,
1.2, 1.3 fontsym.c, 1.1.1.3, 1.2 hash.c, 1.2, 1.3 hash.h, 1.2,
1.3 loader.c, 1.2, 1.3 loader.h, 1.1.1.2, 1.2 loaderProcs.h,
1.1.1.2, 1.2 loadext.c, 1.1.1.2, 1.2 loadfont.c, 1.1.1.2,
1.2 loadmod.c, 1.2, 1.3 misym.c, 1.2, 1.3 os.c, 1.1.1.2,
1.2 os2funcs.c, 1.2, 1.3 sym.h, 1.2, 1.3 xf86sym.c, 1.1.1.2, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: debrix/hw/xorg/i2c xf86i2c.c, 1.2, 1.3 xf86i2c.h, 1.2,
1.3 xf86i2cmodule.c, 1.2, 1.3
- Next message: debrix/hw/xorg/loader aout.h, 1.2, 1.3 aoutloader.c, 1.2,
1.3 aoutloader.h, 1.2, 1.3 ar.h, 1.2, 1.3 coff.h, 1.2,
1.3 coffloader.c, 1.2, 1.3 coffloader.h, 1.2, 1.3 dixsym.c,
1.2, 1.3 dlloader.c, 1.1.1.2, 1.2 dlloader.h, 1.2, 1.3 elf.h,
1.2, 1.3 elfloader.c, 1.2, 1.3 elfloader.h, 1.2, 1.3 extsym.c,
1.2, 1.3 fontsym.c, 1.1.1.3, 1.2 hash.c, 1.2, 1.3 hash.h, 1.2,
1.3 loader.c, 1.2, 1.3 loader.h, 1.1.1.2, 1.2 loaderProcs.h,
1.1.1.2, 1.2 loadext.c, 1.1.1.2, 1.2 loadfont.c, 1.1.1.2,
1.2 loadmod.c, 1.2, 1.3 misym.c, 1.2, 1.3 os.c, 1.1.1.2,
1.2 os2funcs.c, 1.2, 1.3 sym.h, 1.2, 1.3 xf86sym.c, 1.1.1.2, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list