This Changelog documents the unofficial driver modifications
by Alexander Griesser <matrox@tuxx-home.at>

1.4.4.8:
  * Unfortunately, I broke 1.4.4.7 for kernel versions before 2.6.18 with
    the change from SA_SHIRQ to IRQF_SHARED (as mentioned in 1.4.4.5).
    Fixed that now, should work again.
  * Added some descriptive text to the V4L installer routine when the driver
    doesn't get installed because it's already installed to better separate
    the outputs from X driver installation and V4L driver installation

1.4.4.7:
  * As 1.4.4.6 has undergone my perfect change management, it was broken :-/
  * Fixed a typo in an awk call in install.sh
  * Added the installation of the v4l driver to install.sh
  * Modified mtxversion.h and mtx_drv.c to show the real unofficial version
    of the mtx driver in dmesg
  * Renamed the v4l subdirectories from "M_N_O" to "M.N.O" just like the
    xserver subdirectories
  * Created and added this ChangeLog file to the docs directory

1.4.4.6:
  * Added the ability to support future Xorg versions automatically to install.sh
    so Xorg 7.2.0 should be supported with this release.
  * Fixed the "find /usr and delete all libGL* files without further notice" issue
  * Replaced the readme.txt with an updated one that was modified by me and some forum members
  * Renamed the directories below the xserver subdirectory from "M_N_O" to "M.N.O" because
    the former version was always useless

1.4.4.5:
  * Added support for Linux 2.6.20 (the kernel devs renamed SA_SHIRQ)

1.4.4.4:
  * Added support for SuSE 10.2 (another curious Xorg version) in install.sh

1.4.4.3:
  * Fixed a typo in an informational output string
  * Fixed a warning during the compile process
  * Fixed the issue with GFP_DMA32 that prevented 1.4.4.2a to build on kernels prior to 2.6.18
  * Fixed the above mentioned issue with 2.6.19-rc3
  * Renamed the installer package according to the new naming scheme introduced by the first
    unofficial mga driver

1.4.4.2a:
  * Again some small bugfixes for the 64bit support from Christopher Montgomery
    (monty@xiph.org)

1.4.4.2:
  * Added support for Xorg 7.1.1
  * Modified the installer's target directory again. Previously it was matroxdriver-$VERSION,
    but during the work with the two different architectures it was not easy for me to tell
    what directory I had currently extracted in /root/matroxdriver-1.4.4.1, so I added $ARCH
    to the name of the directory for easier reference.

1.4.4.1:
  * mtx_agp.c: Use MTX_INFO instead of MTX_ERROR for printing out status messages
  * Adapted the installer.run file to create the correct directory during extraction
    of the tarball

1.4.4:
  * New official version by Matrox adding 64bit support and new
    OpenGL libraries, several undocumented bugfixes and improvements

1.4.3.5:
  * Added suport for Xorg 7.0.0 in install.sh

1.4.3.4:
  * Added support for Xorg 6.9.0 in install.sh

1.4.3.3:
  * Added the KBUILD_BASENAME, KBUILD_STR and KBUILD_MODNAME suite of
    new definitions since 2.6.16-rc2 to the file kernel/src/Makefile
    so that it compiles again with 2.6.16+.

1.4.3.2:
  * Added the definition of PCI_DEVICE_ID_AL_M1531 to mtx_drv.h if the kernel
    under which it is compiled is >= 2.6.15
  * Replaced docs/readme-1_4_3.txt with the new version from the website
  * Added docs/readme-1_4_3-advanced.txt for further installation and
    configuration notes (also from the websit

1.4.3.1:
  * Fixed typos in the installer script

1.4.3:
  * New official version by Matrox, incorporating all my changes, was released

1.4.2.2:
  * Fixes issues with 2.6.14-rc4 (pci_dev's pretty name attribute got removed)
  * Supporting SuSE 10.0 (SuSE used highmem support and highmem.h was not
    included by the driver before
  * 

1.4.2.1:
  * Added patches from Christopher Montgomery (monty@xiph.org) that fixed
    bugs with the AGP mode support

1.4.2:
  * Lots of changes to support the new multiple AGP backends supported by
  Linux kernels 2.6.12 and above

1.4.1:
  * Lots of changes to make the official 1.4.0 work with Linux kernels 2.6.11
    and upwards (f.ex. AGPBackend implementation has changed,
    remap_page_range, ...)
