debrix/hw/xorg/os-support/shared/drm/kernel drm.h, 1.1.1.1,
1.2 drm_sarea.h, 1.1.1.2, 1.2 mga.h, 1.2, 1.3 mga_dma.c, 1.2,
1.3 mga_drm.h, 1.1.1.1, 1.2 mga_drv.h, 1.1.1.2, 1.2 mga_irq.c,
1.2, 1.3 mga_state.c, 1.1.1.2, 1.2 mga_warp.c, 1.1.1.2,
1.2 r128.h, 1.2, 1.3 r128_cce.c, 1.2, 1.3 r128_drm.h, 1.1.1.2,
1.2 r128_drv.h, 1.2, 1.3 r128_irq.c, 1.2, 1.3 r128_state.c,
1.2, 1.3 radeon.h, 1.2, 1.3 radeon_cp.c, 1.2, 1.3 radeon_drm.h,
1.2, 1.3 radeon_drv.h, 1.2, 1.3 radeon_irq.c, 1.2,
1.3 radeon_mem.c, 1.1.1.2, 1.2 radeon_state.c, 1.2, 1.3 sis.h,
1.2, 1.3 sis_drm.h, 1.1.1.1, 1.2 sis_drv.h, 1.1.1.1,
1.2 sis_ds.c, 1.1.1.1, 1.2 sis_ds.h, 1.1.1.1, 1.2 sis_mm.c,
1.2, 1.3 tdfx.h, 1.1.1.1, 1.2
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:15 EST 2004
- Previous message: debrix/hw/xorg/os-support/shared VTsw_noop.c, 1.2, 1.3 VTsw_usl.c,
1.2, 1.3 agp_noop.c, 1.1.1.2, 1.2 at_scancode.c, 1.1.1.2,
1.2 bios_devmem.c, 1.2, 1.3 bios_mmap.c, 1.2,
1.3 ioperm_noop.c, 1.2, 1.3 kbd.c, 1.1.1.2, 1.2 kmod_noop.c,
1.1.1.2, 1.2 libc_wrapper.c, 1.2, 1.3 pm_noop.c, 1.1.1.2,
1.2 posix_tty.c, 1.1.1.2, 1.2 sigio.c, 1.1.1.2,
1.2 sigiostubs.c, 1.1.1.2, 1.2 stdPci.c, 1.1.1.2,
1.2 stdResource.c, 1.1.1.2, 1.2 std_kbdEv.c, 1.2,
1.3 sysv_kbd.c, 1.2, 1.3 vidmem.c, 1.1.1.2, 1.2 xf86Axp.c,
1.1.1.2, 1.2 xf86Axp.h, 1.2, 1.3
- Next message: debrix/hw/xorg/parser Configint.h, 1.1.1.2, 1.2 DRI.c, 1.2,
1.3 Device.c, 1.1.1.2, 1.2 Files.c, 1.1.1.2, 1.2 Flags.c,
1.1.1.2, 1.2 Input.c, 1.1.1.2, 1.2 Keyboard.c, 1.1.1.2,
1.2 Layout.c, 1.1.1.2, 1.2 Module.c, 1.1.1.2, 1.2 Monitor.c,
1.2, 1.3 Pointer.c, 1.1.1.2, 1.2 Screen.c, 1.1.1.2,
1.2 Vendor.c, 1.1.1.2, 1.2 Video.c, 1.1.1.2, 1.2 configProcs.h,
1.1.1.2, 1.2 cpconfig.c, 1.2, 1.3 read.c, 1.1.1.2, 1.2 scan.c,
1.2, 1.3 write.c, 1.1.1.2, 1.2 xf86Optrec.h, 1.1.1.2,
1.2 xf86Parser.h, 1.1.1.2, 1.2 xf86tokens.h, 1.1.1.2, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel
In directory pdx:/home/daniel/x/debrix/debrix/hw/xorg/os-support/shared/drm/kernel
Modified Files:
drm.h drm_sarea.h mga.h mga_dma.c mga_drm.h mga_drv.h
mga_irq.c mga_state.c mga_warp.c r128.h r128_cce.c r128_drm.h
r128_drv.h r128_irq.c r128_state.c radeon.h radeon_cp.c
radeon_drm.h radeon_drv.h radeon_irq.c radeon_mem.c
radeon_state.c sis.h sis_drm.h sis_drv.h sis_ds.c sis_ds.h
sis_mm.c tdfx.h
Log Message:
Initial import from modular sources.
Index: drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- drm.h 4 Dec 2003 22:03:35 -0000 1.1.1.1
+++ drm.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -34,6 +34,9 @@
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _DRM_H_
#define _DRM_H_
Index: drm_sarea.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm_sarea.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- drm_sarea.h 25 Nov 2003 19:28:51 -0000 1.1.1.2
+++ drm_sarea.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -29,6 +29,9 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _DRM_SAREA_H_
#define _DRM_SAREA_H_
Index: mga.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mga.h 23 Apr 2004 19:54:12 -0000 1.2
+++ mga.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/mga.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* mga.h -- Matrox G200/G400 DRM template customization -*- linux-c -*-
* Created: Thu Jan 11 21:29:32 2001 by gareth at valinux.com
*
@@ -28,6 +28,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __MGA_H__
#define __MGA_H__
Index: mga_dma.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_dma.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mga_dma.c 23 Apr 2004 19:54:12 -0000 1.2
+++ mga_dma.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/mga_dma.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* mga_dma.c -- DMA support for mga g200/g400 -*- linux-c -*-
* Created: Mon Dec 13 01:50:01 1999 by jhartmann at precisioninsight.com
*
@@ -34,6 +34,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "mga.h"
#include "drmP.h"
#include "drm.h"
Index: mga_drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_drm.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- mga_drm.h 14 Nov 2003 16:48:56 -0000 1.1.1.1
+++ mga_drm.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -32,6 +32,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __MGA_DRM_H__
#define __MGA_DRM_H__
Index: mga_drv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_drv.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- mga_drv.h 25 Nov 2003 19:28:51 -0000 1.1.1.2
+++ mga_drv.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -28,6 +28,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __MGA_DRV_H__
#define __MGA_DRV_H__
Index: mga_irq.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mga_irq.c 23 Apr 2004 19:54:12 -0000 1.2
+++ mga_irq.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/mga_irq.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* mga_irq.c -- IRQ handling for radeon -*- linux-c -*-
*
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
@@ -31,6 +31,9 @@
* Eric Anholt <anholt at FreeBSD.org>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "mga.h"
#include "drmP.h"
#include "drm.h"
Index: mga_state.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_state.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- mga_state.c 25 Nov 2003 19:28:51 -0000 1.1.1.2
+++ mga_state.c 10 Jun 2004 19:41:11 -0000 1.2
@@ -32,6 +32,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "mga.h"
#include "drmP.h"
#include "drm.h"
Index: mga_warp.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/mga_warp.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- mga_warp.c 25 Nov 2003 19:28:52 -0000 1.1.1.2
+++ mga_warp.c 10 Jun 2004 19:41:11 -0000 1.2
@@ -27,6 +27,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "mga.h"
#include "drmP.h"
#include "drm.h"
Index: r128.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- r128.h 23 Apr 2004 19:54:12 -0000 1.2
+++ r128.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* r128.h -- ATI Rage 128 DRM template customization -*- linux-c -*-
* Created: Wed Feb 14 16:07:10 2001 by gareth at valinux.com
*
@@ -28,6 +28,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __R128_H__
#define __R128_H__
Index: r128_cce.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128_cce.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- r128_cce.c 23 Apr 2004 19:54:12 -0000 1.2
+++ r128_cce.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_cce.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* r128_cce.c -- ATI Rage 128 driver -*- linux-c -*-
* Created: Wed Apr 5 19:24:19 2000 by kevin at precisioninsight.com
*
@@ -29,6 +29,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "r128.h"
#include "drmP.h"
#include "drm.h"
Index: r128_drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128_drm.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- r128_drm.h 25 Nov 2003 19:28:52 -0000 1.1.1.2
+++ r128_drm.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -29,6 +29,9 @@
* Kevin E. Martin <martin at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __R128_DRM_H__
#define __R128_DRM_H__
Index: r128_drv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- r128_drv.h 23 Apr 2004 19:54:12 -0000 1.2
+++ r128_drv.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_drv.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* r128_drv.h -- Private header for r128 driver -*- linux-c -*-
* Created: Mon Dec 13 09:51:11 1999 by faith at precisioninsight.com
*
@@ -32,6 +32,9 @@
* Michel Dänzer <daenzerm at student.ethz.ch>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __R128_DRV_H__
#define __R128_DRV_H__
Index: r128_irq.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- r128_irq.c 23 Apr 2004 19:54:12 -0000 1.2
+++ r128_irq.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_irq.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* r128_irq.c -- IRQ handling for radeon -*- linux-c -*-
*
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
@@ -31,6 +31,9 @@
* Eric Anholt <anholt at FreeBSD.org>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "r128.h"
#include "drmP.h"
#include "drm.h"
Index: r128_state.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/r128_state.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- r128_state.c 23 Apr 2004 19:54:12 -0000 1.2
+++ r128_state.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_state.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/r128_state.c,v 1.1.4.3 2004/02/23 21:37:07 kaleb Exp $ */
/* r128_state.c -- State support for r128 -*- linux-c -*-
* Created: Thu Jan 27 02:53:43 2000 by gareth at valinux.com
*
@@ -40,6 +40,9 @@
* Memory allocation size checks added 14/01/2003, Alan Cox <alan at redhat.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "r128.h"
#include "drmP.h"
#include "drm.h"
Index: radeon.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon.h 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* radeon.h -- ATI Radeon DRM template customization -*- linux-c -*-
* Created: Wed Feb 14 17:07:34 2001 by gareth at valinux.com
*
@@ -29,6 +29,9 @@
* Keith Whitwell <keith at tungstengraphics.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __RADEON_H__
#define __RADEON_H__
Index: radeon_cp.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_cp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon_cp.c 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon_cp.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_cp.c,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* radeon_cp.c -- CP support for Radeon -*- linux-c -*-
*
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
@@ -29,6 +29,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "radeon.h"
#include "drmP.h"
#include "drm.h"
Index: radeon_drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_drm.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon_drm.h 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon_drm.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_drm.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* radeon_drm.h -- Public header for the radeon driver -*- linux-c -*-
*
* Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
@@ -31,6 +31,9 @@
* Keith Whitwell <keith at tungstengraphics.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __RADEON_DRM_H__
#define __RADEON_DRM_H__
Index: radeon_drv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_drv.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon_drv.h 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon_drv.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_drv.h,v 1.1.4.2 2003/12/06 13:24:28 kaleb Exp $ */
/* radeon_drv.h -- Private header for radeon driver -*- linux-c -*-
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
@@ -29,6 +29,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __RADEON_DRV_H__
#define __RADEON_DRV_H__
Index: radeon_irq.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_irq.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon_irq.c 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon_irq.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_irq.c,v 1.1.4.2 2003/12/06 13:24:29 kaleb Exp $ */
/* radeon_irq.c -- IRQ handling for radeon -*- linux-c -*-
*
* Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
@@ -31,6 +31,9 @@
* Michel Dänzer <michel at daenzer.net>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "radeon.h"
#include "drmP.h"
#include "drm.h"
Index: radeon_mem.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_mem.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -d -r1.1.1.2 -r1.2
--- radeon_mem.c 25 Nov 2003 19:28:53 -0000 1.1.1.2
+++ radeon_mem.c 10 Jun 2004 19:41:11 -0000 1.2
@@ -29,6 +29,9 @@
* Keith Whitwell <keith at tungstengraphics.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "radeon.h"
#include "drmP.h"
#include "drm.h"
Index: radeon_state.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/radeon_state.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- radeon_state.c 23 Apr 2004 19:54:13 -0000 1.2
+++ radeon_state.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/radeon_state.c,v 1.1.4.2 2003/12/06 13:24:29 kaleb Exp $ */
/* radeon_state.c -- State support for Radeon -*- linux-c -*-
*
* Copyright 2000 VA Linux Systems, Inc., Fremont, California.
@@ -28,6 +28,9 @@
* Kevin E. Martin <martin at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "radeon.h"
#include "drmP.h"
#include "drm.h"
Index: sis.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sis.h 23 Apr 2004 19:54:13 -0000 1.2
+++ sis.h 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/sis.h,v 1.1.4.1.4.1 2004/03/04 17:48:13 eich Exp $ */
/* sis_drv.h -- Private header for sis driver -*- linux-c -*-
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
@@ -27,6 +27,9 @@
*/
/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/sis.h,v 1.1 2003/09/28 20:16:09 alanh Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __SIS_H__
#define __SIS_H__
Index: sis_drm.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis_drm.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sis_drm.h 25 Nov 2003 19:28:53 -0000 1.1.1.1
+++ sis_drm.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -1,4 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __SIS_DRM_H__
#define __SIS_DRM_H__
Index: sis_drv.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis_drv.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sis_drv.h 25 Nov 2003 19:28:53 -0000 1.1.1.1
+++ sis_drv.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -25,6 +25,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef _SIS_DRV_H_
#define _SIS_DRV_H_
Index: sis_ds.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis_ds.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sis_ds.c 25 Nov 2003 19:28:53 -0000 1.1.1.1
+++ sis_ds.c 10 Jun 2004 19:41:11 -0000 1.2
@@ -28,6 +28,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "sis.h"
#include "drmP.h"
#include "drm.h"
Index: sis_ds.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis_ds.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sis_ds.h 25 Nov 2003 19:28:53 -0000 1.1.1.1
+++ sis_ds.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -28,6 +28,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __SIS_DS_H__
#define __SIS_DS_H__
Index: sis_mm.c
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/sis_mm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sis_mm.c 23 Apr 2004 19:54:13 -0000 1.2
+++ sis_mm.c 10 Jun 2004 19:41:11 -0000 1.3
@@ -1,4 +1,4 @@
-/* $XdotOrg$ */
+/* $XdotOrg: xc/programs/Xserver/hw/xfree86/os-support/shared/drm/kernel/sis_mm.c,v 1.1.4.1 2003/12/06 13:24:29 kaleb Exp $ */
/* sis_mm.c -- Private header for Direct Rendering Manager -*- linux-c -*-
* Created: Mon Jan 4 10:05:05 1999 by sclin at sis.com.tw
*
@@ -29,6 +29,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "sis.h"
#include "drmP.h"
#include "sis_drm.h"
Index: tdfx.h
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/tdfx.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- tdfx.h 4 Dec 2003 22:03:35 -0000 1.1.1.1
+++ tdfx.h 10 Jun 2004 19:41:11 -0000 1.2
@@ -27,6 +27,9 @@
* Gareth Hughes <gareth at valinux.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifndef __TDFX_H__
#define __TDFX_H__
- Previous message: debrix/hw/xorg/os-support/shared VTsw_noop.c, 1.2, 1.3 VTsw_usl.c,
1.2, 1.3 agp_noop.c, 1.1.1.2, 1.2 at_scancode.c, 1.1.1.2,
1.2 bios_devmem.c, 1.2, 1.3 bios_mmap.c, 1.2,
1.3 ioperm_noop.c, 1.2, 1.3 kbd.c, 1.1.1.2, 1.2 kmod_noop.c,
1.1.1.2, 1.2 libc_wrapper.c, 1.2, 1.3 pm_noop.c, 1.1.1.2,
1.2 posix_tty.c, 1.1.1.2, 1.2 sigio.c, 1.1.1.2,
1.2 sigiostubs.c, 1.1.1.2, 1.2 stdPci.c, 1.1.1.2,
1.2 stdResource.c, 1.1.1.2, 1.2 std_kbdEv.c, 1.2,
1.3 sysv_kbd.c, 1.2, 1.3 vidmem.c, 1.1.1.2, 1.2 xf86Axp.c,
1.1.1.2, 1.2 xf86Axp.h, 1.2, 1.3
- Next message: debrix/hw/xorg/parser Configint.h, 1.1.1.2, 1.2 DRI.c, 1.2,
1.3 Device.c, 1.1.1.2, 1.2 Files.c, 1.1.1.2, 1.2 Flags.c,
1.1.1.2, 1.2 Input.c, 1.1.1.2, 1.2 Keyboard.c, 1.1.1.2,
1.2 Layout.c, 1.1.1.2, 1.2 Module.c, 1.1.1.2, 1.2 Monitor.c,
1.2, 1.3 Pointer.c, 1.1.1.2, 1.2 Screen.c, 1.1.1.2,
1.2 Vendor.c, 1.1.1.2, 1.2 Video.c, 1.1.1.2, 1.2 configProcs.h,
1.1.1.2, 1.2 cpconfig.c, 1.2, 1.3 read.c, 1.1.1.2, 1.2 scan.c,
1.2, 1.3 write.c, 1.1.1.2, 1.2 xf86Optrec.h, 1.1.1.2,
1.2 xf86Parser.h, 1.1.1.2, 1.2 xf86tokens.h, 1.1.1.2, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list