
This directory contains parts of the code from tha XFREE3.1 sources.

The code is Copyrighted by their respective authors. Hopefully they don't
mind of me using their code...




These parts will be used by SVGATextMode, in an attempt to suppport more
hardware in a quicker and more reliable way.

The pieces of code are put in directories as they are in the original XFREE
distribution, but with most of the path stripped away. 
If the original XFREE path would be

	xc/programs/Xserver/hw/xfree86/common_hw/ICD2061Aalt.c

Then I shortened it to just

	common_hw/ICD2061Aalt.c



My intention is to do this kind of code reuse more and more, i.e. replace
more and more of MY code with the code from XFREE. Maybe.

Anyway, it should shorten my development cycle, AND allow for new updates of
the XFREE code to be integrated quickly. Wouldn't it be nice if SVGATextMode
ONLY used XFREE code? No use in me rewriting all their good stuff...

Koen.
