debrix/hw/xorg/os-support/linux/int10 linux.c,1.2,1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:04 EST 2004
- Previous message: debrix/hw/xorg/os-support/linux/drm/kernel ati_pcigart.h, 1.2,
1.3 dristat.c, 1.1.1.2, 1.2 drmP.h, 1.2, 1.3 drm_agpsupport.h,
1.1.1.2, 1.2 drm_auth.h, 1.1.1.2, 1.2 drm_bufs.h, 1.2,
1.3 drm_context.h, 1.1.1.2, 1.2 drm_dma.h, 1.2,
1.3 drm_drawable.h, 1.1.1.2, 1.2 drm_drv.h, 1.2,
1.3 drm_fops.h, 1.2, 1.3 drm_init.h, 1.1.1.2, 1.2 drm_ioctl.h,
1.2, 1.3 drm_irq.h, 1.1.1.1, 1.2 drm_lock.h, 1.1.1.2,
1.2 drm_memory.h, 1.1.1.2, 1.2 drm_memory_debug.h, 1.1.1.1,
1.2 drm_os_linux.h, 1.2, 1.3 drm_proc.h, 1.1.1.2,
1.2 drm_scatter.h, 1.1.1.2, 1.2 drm_stub.h, 1.1.1.2,
1.2 drm_vm.h, 1.2, 1.3 drmstat.c, 1.1.1.2, 1.2 gamma.h, 1.2,
1.3 gamma_dma.c, 1.2, 1.3 gamma_drm.h, 1.1.1.2,
1.2 gamma_drv.c, 1.2, 1.3 gamma_drv.h, 1.1.1.2,
1.2 gamma_lists.h, 1.1.1.1, 1.2 i810.h, 1.2, 1.3 i810_dma.c,
1.2, 1.3 i810_drm.h, 1.1.1.2, 1.2 i810_drv.c, 1.1.1.2,
1.2 i810_drv.h, 1.1.1.2, 1.2 i830.h, 1.2, 1.3 i830_dma.c, 1.2,
1.3 i830_drm.h, 1.1.1.2, 1.2 i830_drv.c, 1.2, 1.3 i830_drv.h,
1.1.1.2, 1.2 i830_irq.c, 1.2, 1.3 mga_drv.c, 1.2,
1.3 r128_drv.c, 1.2, 1.3 radeon_drv.c, 1.2, 1.3 sis_drv.c,
1.1.1.2, 1.2 tdfx_drv.c, 1.2, 1.3
- Next message: debrix/hw/xorg/os-support/linux/int10/vm86 linux_vm86.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/os-support/linux/int10
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/os-support/linux/int10
Modified Files:
linux.c
Log Message:
Initial import from modular sources.
Index: linux.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/linux/int10/linux.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- linux.c 23 Apr 2004 19:54:11 -0000 1.2
+++ linux.c 10 Jun 2004 19:41:01 -0000 1.3
@@ -3,6 +3,9 @@
* linux specific part of the int10 module
* Copyright 1999, 2000, 2001, 2002, 2003, 2004 Egbert Eich
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86_ansic.h"
- Previous message: debrix/hw/xorg/os-support/linux/drm/kernel ati_pcigart.h, 1.2,
1.3 dristat.c, 1.1.1.2, 1.2 drmP.h, 1.2, 1.3 drm_agpsupport.h,
1.1.1.2, 1.2 drm_auth.h, 1.1.1.2, 1.2 drm_bufs.h, 1.2,
1.3 drm_context.h, 1.1.1.2, 1.2 drm_dma.h, 1.2,
1.3 drm_drawable.h, 1.1.1.2, 1.2 drm_drv.h, 1.2,
1.3 drm_fops.h, 1.2, 1.3 drm_init.h, 1.1.1.2, 1.2 drm_ioctl.h,
1.2, 1.3 drm_irq.h, 1.1.1.1, 1.2 drm_lock.h, 1.1.1.2,
1.2 drm_memory.h, 1.1.1.2, 1.2 drm_memory_debug.h, 1.1.1.1,
1.2 drm_os_linux.h, 1.2, 1.3 drm_proc.h, 1.1.1.2,
1.2 drm_scatter.h, 1.1.1.2, 1.2 drm_stub.h, 1.1.1.2,
1.2 drm_vm.h, 1.2, 1.3 drmstat.c, 1.1.1.2, 1.2 gamma.h, 1.2,
1.3 gamma_dma.c, 1.2, 1.3 gamma_drm.h, 1.1.1.2,
1.2 gamma_drv.c, 1.2, 1.3 gamma_drv.h, 1.1.1.2,
1.2 gamma_lists.h, 1.1.1.1, 1.2 i810.h, 1.2, 1.3 i810_dma.c,
1.2, 1.3 i810_drm.h, 1.1.1.2, 1.2 i810_drv.c, 1.1.1.2,
1.2 i810_drv.h, 1.1.1.2, 1.2 i830.h, 1.2, 1.3 i830_dma.c, 1.2,
1.3 i830_drm.h, 1.1.1.2, 1.2 i830_drv.c, 1.2, 1.3 i830_drv.h,
1.1.1.2, 1.2 i830_irq.c, 1.2, 1.3 mga_drv.c, 1.2,
1.3 r128_drv.c, 1.2, 1.3 radeon_drv.c, 1.2, 1.3 sis_drv.c,
1.1.1.2, 1.2 tdfx_drv.c, 1.2, 1.3
- Next message: debrix/hw/xorg/os-support/linux/int10/vm86 linux_vm86.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list