Module Name:    xsrc
Committed By:   christos
Date:           Sun May 15 23:44:47 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-mga/dist/src: mga_vga.c
        xsrc/external/mit/xf86-video-r128/dist/src: r128_driver.c
        xsrc/external/mit/xf86-video-s3/dist/src: s3.h s3_GENDAC.c s3_Ti.c
        xsrc/external/mit/xf86-video-s3virge/dist/src: s3v_accel.c
        xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_cursor.c wsfb_driver.c

Log Message:
Add headers for missing prototypes and missing prototypes


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c
cvs rdiff -u -r1.4 -r1.5 \
    xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xf86-video-s3/dist/src/s3.h
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c
cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c
cvs rdiff -u -r1.1.1.2 -r1.2 \
    xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c
cvs rdiff -u -r1.2 -r1.3 \
    xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c
cvs rdiff -u -r1.9 -r1.10 \
    xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c
diff -u xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c:1.1.1.1 xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c:1.2
--- xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c:1.1.1.1	Sat Aug  2 01:13:07 2008
+++ xsrc/external/mit/xf86-video-mga/dist/src/mga_vga.c	Sun May 15 19:44:47 2011
@@ -5,6 +5,7 @@
 #include "misc.h"
 #include "xf86.h"
 #include "xf86_OSproc.h"
+#include <X11/Xos.h>
 #include "vgaHW.h"
 #include "compiler.h"
 #include "xf86cmap.h"

Index: xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c
diff -u xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c:1.4 xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c:1.5
--- xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c:1.4	Wed Jan  5 19:40:50 2011
+++ xsrc/external/mit/xf86-video-r128/dist/src/r128_driver.c	Sun May 15 19:44:47 2011
@@ -91,6 +91,7 @@
 #include "xf86RAC.h"
 #include "xf86Resources.h"
 #endif
+#include "xf86_OSlib.h"
 #include "xf86cmap.h"
 #include "xf86xv.h"
 #include "vbe.h"

Index: xsrc/external/mit/xf86-video-s3/dist/src/s3.h
diff -u xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.5 xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.6
--- xsrc/external/mit/xf86-video-s3/dist/src/s3.h:1.5	Mon Jul 12 03:25:18 2010
+++ xsrc/external/mit/xf86-video-s3/dist/src/s3.h	Sun May 15 19:44:47 2011
@@ -247,6 +247,8 @@
 void S3RefreshArea24(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
 void S3RefreshArea32(ScrnInfoPtr pScrn, int num, BoxPtr pbox);
 
+Bool S3GENDACProbe(ScrnInfoPtr pScrn);
+
 
 #define TRIO64_RAMDAC	0x8811
 #define	TI3025_RAMDAC	0x3025

Index: xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c
diff -u xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c:1.1 xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c:1.2
--- xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c:1.1	Mon Jul 12 03:25:18 2010
+++ xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c	Sun May 15 19:44:47 2011
@@ -30,6 +30,7 @@
 
 #include "xf86.h"
 #include "xf86_OSproc.h"
+#include <X11/Xos.h>
 
 #include "compiler.h"
 

Index: xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c
diff -u xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c:1.1.1.2 xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c:1.2
--- xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c:1.1.1.2	Fri Jun  5 16:58:33 2009
+++ xsrc/external/mit/xf86-video-s3/dist/src/s3_Ti.c	Sun May 15 19:44:47 2011
@@ -31,6 +31,7 @@
 
 #include "xf86.h"
 #include "xf86_OSproc.h"
+#include <X11/Xos.h>
 
 #include "compiler.h"
 

Index: xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c
diff -u xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c:1.1.1.2 xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c:1.2
--- xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c:1.1.1.2	Tue Jun  9 20:48:18 2009
+++ xsrc/external/mit/xf86-video-s3virge/dist/src/s3v_accel.c	Sun May 15 19:44:47 2011
@@ -34,6 +34,7 @@
 	/* fb includes are in s3v.h */
 #include "xaalocal.h"
 #include "xaarop.h"
+#include <X11/Xos.h>
 
 #include "servermd.h" /* LOG2_BYTES_PER_SCANLINE_PAD */
 

Index: xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c
diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c:1.2 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c:1.3
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c:1.2	Thu Jun 11 21:53:00 2009
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_cursor.c	Sun May 15 19:44:47 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: wsfb_cursor.c,v 1.2 2009/06/12 01:53:00 mrg Exp $ */
+/* $NetBSD: wsfb_cursor.c,v 1.3 2011/05/15 23:44:47 christos Exp $ */
 /*
  * Copyright (c) 2005 Michael Lorenz
  * All rights reserved.
@@ -46,6 +46,7 @@
 /* all driver need this */
 #include "xf86.h"
 #include "xf86_OSproc.h"
+#include "xf86_OSlib.h"
 
 #include "wsfb.h"
 

Index: xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c
diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.9 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.10
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.9	Tue Nov 23 21:54:10 2010
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c	Sun May 15 19:44:47 2011
@@ -51,6 +51,7 @@
 /* All drivers need this. */
 #include "xf86.h"
 #include "xf86_OSproc.h"
+#include "xf86_OSlib.h"
 
 #include "mipointer.h"
 #include "mibstore.h"

Reply via email to