2003-10-04 19:28  gabucino

	* mga_vid.c: many small typo and grammar fixes Based on Bernard
	  Leak's mail <bernard 4t brenda-arkle.demon.co.uk>

2003-08-31 22:57  attila

	* mga_vid.c: * Add multi device support.    For the moment up to 16
	  cards are supported.	  More can be added easily by changing 2
	  defines.    This makes 90% of the patch (mostly stupid
	  s/$var/card->$var/)	 The different devices can be accessed by
	  different minor    numbers (0-15):		mknod /dev/mga_vid0
	  c 178 0     mknod /dev/mga_vid1 c 178 1     mknod /dev/mga_vid2 c
	  178 2     mknod /dev/mga_vid3 c 178 3     ...     ln -s mga_vid
	  /dev/mga_vid

	  * Change the devfs code to let the kernel assign us	a major and
	  a minor number (what is the sense behind   using devfs anyways if
	  we dont do that ?)   Subdevices for the different cards are
	  created.    mga_vid uses the first card (for compatibility)

	  * Fix a possible error when mmap() is called before	the card is
	  configured by a ioctl().

2003-03-21 18:59  alex

	* mga_vid.c: selectable 'major', patch by Hans-Andreas Engel
	  <engel@node.ch>

2003-03-21 17:29  alex

	* mga_vid.c: multiple mga device support by Hans-Andreas Engel
	  <engel@node.ch>

2003-03-02 22:21  attila

	* mga_vid.c: workaround wrong detected memory sizes on G400 cards.
	  patch by ilmari@ping.uio.no (Dagfinn Ilmari Mannsker)

2003-02-17 07:46  eyck

	* mga_vid.c: Fix mistake in applying patch from Alex Beregszaszi.
	  There's no security problem here, but better safe then sorry.

2003-02-13 10:34  eyck

	* mga_vid.c: Fix for string handling bug from Alex Beregszasz

2002-07-25 23:34  arpi

	* mga_vid.c: - fixed overflow by +-0x80 - save brightness/contrast
	  values, so they won't be reset at next file

2002-06-28 18:35  alex

	* mga_vid.c: linux-2.5.x support patch by Sytse Wielinga
	  <s.b.wieling at student.utwente.nl>

2002-05-31 23:42  jaf

	* mga_vid_test.c: When compiling mga_vid_test.c, memcpy() is
	  subject to an implicit declaration. The attached patch fixes it.

	  by Tore Anderson <tore@linpro.no>

2002-05-14 00:10  arpi

	* mga_vid.c: devfs fallback support?

2002-04-28 19:22  arpi

	* mga_vid.c: patch that should fix the "isofs uses mga_vid" bug by
	  Attila Kinali <kinali@gmx.net>

2002-04-21 17:07  arpi

	* mga_vid.c: devfs fix?

2002-04-18 18:44  arpi

	* mga_vid.c: dvfs fix, 10l

2002-04-16 22:19  eyck

	* mga_vid.c:
	  Mark Schreiber sent link to Marcus Sundburg patch to mga_vid,
	  which enables mga_vid operation with devfs.

2002-04-15 01:14  eyck

	* mga_vid.c:
	  Most of informational printk's ifdef'd.  Now without debug only
	  initial and error messages go to syslog.  eyck added to list of
	  people who messed with this file(?).

2002-03-25 17:22  arpi

	* mga_vid.c: no native support for I420 in G200

2002-03-10 04:35  arpi

	* mga_vid.c, mga_vid.h: min() moved out of #if, applied
	  brightness/contrast patch by Brian J. Murrell

2002-02-16 20:58  eyck

	* mga_vid.c: Add module parameters: contrast and brightness, so
	  when you need those permanently adjusted just add lines to
	  /etc/modules or sth.	insmod mga_vid.o mga_brightness=100
	  mga_contrast=-79

2002-02-09 01:49  arpi

	* mga_vid.c: g550 memdetect fix - patch by Diego Biurrun
	  <diego@biurrun.de>

2002-02-07 03:07  rfelker

	* mga_vid.c: added mga_top_reserved module parameter to skip a
	  configurable amount of space at the top of video memory. this is
	  needed to prevent corruption of the kernel's console font when
	  using the "fastfont" option with matroxfb.

2002-02-04 17:05  eyck

	* mga_vid.c: print also contrast on cat /dev/mga_vid

2002-02-03 20:19  eyck

	* mga_vid.c: Attila Kinali fixing memleak introduced by me.

2002-02-03 00:38  eyck

	* mga_vid.c: Attila's Linux 2.2 patch, and contrast control applied

2002-02-02 22:39  eyck

	* mga_vid.c: support cat /dev/mga_vid.

2002-02-02 21:49  eyck

	* mga_vid.c: framework for settings modifications like in
	  radeon_vid ( /dev/mga_vid can be written to ).  Brightness and
	  chroma control.

2002-01-03 00:38  arpi

	* mga_vid.c: lastminute divbyzero fix by Attila Kinali ;)

2001-11-26 00:34  szabi

	* mga_vid.c: use <linux/slab.h> instead of <linux/malloc.h> for
	  kernels 2.4.9+

2001-10-21 19:30  arpi

	* mga_vid.c: ah, crtc2 disabled by default

2001-10-21 19:28  arpi

	* mga_vid.c: CRTC2 YUV support (buggy?) by Jiri.Svoboda@seznam.cz

2001-10-18 22:52  arpi

	* mga_vid.c: gpl fix?

2001-10-05 00:25  arpi

	* mga_vid.c: save and restore colorkey, to work together with Xv

2001-10-04 23:15  arpi

	* mga_vid.c: working together with Xv (disabling colorkey at close)

2001-09-27 19:00  arpi

	* mga_vid.c: G550 support

2001-05-23 21:51  arpi_esp

	* mga_vid.c, mga_vid.h, mga_vid_test.c: gcc warnings fixed - patch
	  by Aelius aelius@wish.net

2001-04-29 22:24  arpi_esp

	* mga_vid.c: G200 ramsize detection disabled, using 8M by default

2001-04-16 05:32  arpi_esp

	* mga_vid.c, mga_vid.h: I420/IYUV support

2001-04-16 03:26  arpi_esp

	* mga_vid.c: UYVY support

2001-04-15 22:31  arpi_esp

	* mga_vid.h: qrva eletbe nem kene cvs-t elbaszni inkabb ne
	  nyuljatok hozza baz+

2001-03-14 17:41  arpi_esp

	* mga_vid.c: G400 32MB SDRAM fixed

2001-03-13 01:46  arpi_esp

	* mga_vid.c: G200/8MB SD ramsize detection fixed

2001-03-13 01:23  arpi_esp

	* mga_vid.c: mga_ram_size=x works with hard-coded ramsize too
	  (szabi)

2001-03-12 02:57  arpi_esp

	* mga_vid.c: mga_force_memsize->mga_ram_size

2001-03-12 02:44  lgb

	* mga_vid.c: printk() message for video off when releasing mga
	  without ioctl()

2001-03-12 02:35  lgb

	* mga_vid.c: Module usage count not to allow remove module when
	  used

2001-03-12 00:01  lgb

	* mga_vid.c: Force matrox memsize module option fixes

2001-03-11 23:24  szabii

	* mga_vid.c: mga_force_memsize parameter added

2001-03-11 01:13  arpi_esp

	* mga_vid.c: printk's updated

2001-03-11 01:01  arpi_esp

	* mga_vid_test.c: updated to be compatible with new mga_vid.o

2001-03-11 00:53  arpi_esp

	* mga_vid.c: ramsize detection updated, test again\!

2001-03-10 03:27  arpi_esp

	* mga_vid.c: IRQ handler disabled, vcount-based vsync

2001-03-09 01:49  arpi_esp

	* mga_vid.c: new RAMSIZE detection code... test it\!

2001-03-09 01:43  arpi_esp

	* mga_vid.c: some printk debug level changed

2001-03-09 01:31  szabii

	* mga_vid.c: printk() loglevel fix

2001-03-08 02:06  arpi_esp

	* mga_vid.c, mga_vid.h: config interface changed

2001-03-07 02:12  arpi_esp

	* mga_vid.c: vsync (4 buffers) implemented

2001-03-06 00:46  arpi_esp

	* mga_vid.h: put back #include inttypes.h :(

2001-03-06 00:15  arpi_esp

	* mga_vid.h: #include <inttypes.h> removed

2001-03-06 00:15  arpi_esp

	* mga_vid.c: all v4l stuff removed

2001-02-24 21:29  arpi_esp

	* mga_vid.c, mga_vid.h, mga_vid_test.c: Initial revision

2001-02-24 21:29  arpi_esp

	* mga_vid.c, mga_vid.h, mga_vid_test.c: [no log message]

