[xserver-commit] xfree86/os-support/bsd/drm/kernel mga_drv.c,1.6,1.7 r128_drv.c,1.7,1.8 radeon_drv.c,1.8,1.9 sis_drv.c,1.1,1.2 tdfx_drv.c,1.6,1.7
Keith Packard
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/dummylib fatalerror.c,1.2,1.3 getvalidbios.c,1.4,1.5 logvwrite.c,1.2,1.3 pcitestmulti.c,1.2,1.3 verrorf.c,1.2,1.3 xalloc.c,1.3,1.4 xf86addrestolist.c,1.4,1.5 xf86allocscripi.c,1.2,1.3 xf86drvmsg.c,1.3,1.4 xf86drvmsgverb.c,1.3,1.4 xf86errorf.c,1.4,1.5 xf86errorfverb.c,1.3,1.4 xf86getpagesize.c,1.2,1.3 xf86getverb.c,1.2,1.3 xf86info.c,1.2,1.3 xf86msg.c,1.3,1.4 xf86msgverb.c,1.3,1.4 xf86opt.c,1.3,1.4 xf86screens.c,1.2,1.3 xf86servisinit.c,1.2,1.3 xf86verbose.c,1.2,1.3
- Next message: [xserver-commit] xfree86/os-support/bsd alpha_video.c,1.6,1.7 arm_video.c,1.2,1.3 bsdResource.c,1.9,1.10 bsd_KbdMap.c,1.1,1.2 bsd_VTsw.c,3.6,3.7 bsd_apm.c,1.1,1.2 bsd_axp.c,1.3,1.4 bsd_ev56.c,1.2,1.3 bsd_init.c,3.22,3.23 bsd_io.c,3.23,3.24 bsd_jstk.c,3.8,3.9 bsd_kbd.c,1.9,1.10 bsd_kmod.c,3.2,3.3 bsd_kqueue_apm.c,1.5,1.6 bsd_mouse.c,1.27,1.28 i386_video.c,1.5,1.6 ppc_video.c,1.6,1.7 sparc64_video.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/xserver/xfree86/os-support/bsd/drm/kernel
In directory pdx:/tmp/cvs-serv14744/os-support/bsd/drm/kernel
Modified Files:
mga_drv.c r128_drv.c radeon_drv.c sis_drv.c tdfx_drv.c
Log Message:
* Makefile.am
* *.c
Ok, everyone gets #include <config.h>
Other than that, I fixed a few extension header paths and
whacked at the Makefile.am. Makefile.am is a hacked version
of xserver/Makefile.am; expect them to diverge until we can
stick the xfree86 DDX stuff into the standard Makefile.am.
Index: mga_drv.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/drm/kernel/mga_drv.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/mga_drv.c 2 Dec 2003 13:02:41 -0000 1.6
+++ b/mga_drv.c 28 Feb 2004 01:27:55 -0000 1.7
@@ -30,6 +30,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "mga.h"
#include "drmP.h"
#include "drm.h"
Index: r128_drv.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/drm/kernel/r128_drv.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- a/r128_drv.c 2 Dec 2003 13:02:41 -0000 1.7
+++ b/r128_drv.c 28 Feb 2004 01:27:55 -0000 1.8
@@ -30,6 +30,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "r128.h"
#include "drmP.h"
#include "drm.h"
Index: radeon_drv.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/drm/kernel/radeon_drv.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/radeon_drv.c 2 Dec 2003 13:02:41 -0000 1.8
+++ b/radeon_drv.c 28 Feb 2004 01:27:55 -0000 1.9
@@ -28,6 +28,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "radeon.h"
#include "drmP.h"
#include "drm.h"
Index: sis_drv.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/drm/kernel/sis_drv.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/sis_drv.c 2 Dec 2003 13:02:41 -0000 1.1
+++ b/sis_drv.c 28 Feb 2004 01:27:55 -0000 1.2
@@ -25,6 +25,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "sis.h"
#include "drmP.h"
#include "sis_drm.h"
Index: tdfx_drv.c
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/bsd/drm/kernel/tdfx_drv.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/tdfx_drv.c 2 Dec 2003 13:02:41 -0000 1.6
+++ b/tdfx_drv.c 28 Feb 2004 01:27:55 -0000 1.7
@@ -31,6 +31,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "tdfx.h"
#include "drmP.h"
- Previous message: [xserver-commit] xfree86/dummylib fatalerror.c,1.2,1.3 getvalidbios.c,1.4,1.5 logvwrite.c,1.2,1.3 pcitestmulti.c,1.2,1.3 verrorf.c,1.2,1.3 xalloc.c,1.3,1.4 xf86addrestolist.c,1.4,1.5 xf86allocscripi.c,1.2,1.3 xf86drvmsg.c,1.3,1.4 xf86drvmsgverb.c,1.3,1.4 xf86errorf.c,1.4,1.5 xf86errorfverb.c,1.3,1.4 xf86getpagesize.c,1.2,1.3 xf86getverb.c,1.2,1.3 xf86info.c,1.2,1.3 xf86msg.c,1.3,1.4 xf86msgverb.c,1.3,1.4 xf86opt.c,1.3,1.4 xf86screens.c,1.2,1.3 xf86servisinit.c,1.2,1.3 xf86verbose.c,1.2,1.3
- Next message: [xserver-commit] xfree86/os-support/bsd alpha_video.c,1.6,1.7 arm_video.c,1.2,1.3 bsdResource.c,1.9,1.10 bsd_KbdMap.c,1.1,1.2 bsd_VTsw.c,3.6,3.7 bsd_apm.c,1.1,1.2 bsd_axp.c,1.3,1.4 bsd_ev56.c,1.2,1.3 bsd_init.c,3.22,3.23 bsd_io.c,3.23,3.24 bsd_jstk.c,3.8,3.9 bsd_kbd.c,1.9,1.10 bsd_kmod.c,3.2,3.3 bsd_kqueue_apm.c,1.5,1.6 bsd_mouse.c,1.27,1.28 i386_video.c,1.5,1.6 ppc_video.c,1.6,1.7 sparc64_video.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]