Module Name:    xsrc
Committed By:   mrg
Date:           Fri Jun 12 01:51:34 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-vga/dist/src: generic.c

Log Message:
xf4bpp.h and xf1bpp.h are now more.
isa support also appears to be no more.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    xsrc/external/mit/xf86-video-vga/dist/src/generic.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-vga/dist/src/generic.c
diff -u xsrc/external/mit/xf86-video-vga/dist/src/generic.c:1.1.1.1 xsrc/external/mit/xf86-video-vga/dist/src/generic.c:1.2
--- xsrc/external/mit/xf86-video-vga/dist/src/generic.c:1.1.1.1	Sat Aug  2 05:18:00 2008
+++ xsrc/external/mit/xf86-video-vga/dist/src/generic.c	Fri Jun 12 01:51:34 2009
@@ -50,9 +50,6 @@
 
 #include "fb.h"
 
-#include "xf4bpp.h"
-#include "xf1bpp.h"
-
 #include "shadowfb.h"
 
 #include "mipointer.h"
@@ -242,11 +239,13 @@
     {-1,               -1,           RES_UNDEFINED},
 };
 
+#if 0
 static IsaChipsets GenericISAchipsets[] =
 {
     {CHIP_VGA_GENERIC, RES_EXCLUSIVE_VGA},
     {-1,               0}
 };
+#endif
 
 static void
 GenericIdentify(int flags)
@@ -325,6 +324,7 @@
 	}
     }
 
+#if 0
     /* Isa Bus */
     numUsed = xf86MatchIsaInstances(VGA_NAME, GenericChipsets,
 				    GenericISAchipsets, drv,
@@ -360,6 +360,7 @@
 	    xfree(usedChips);
 	}
     }
+#endif
 
     xfree(devSections);
     return foundScreen;

Reply via email to