0.4.a	2004-07-02	HoeHue

	* 0.4 didn't work with kernel 2.6 (at least for me) I combined it with
	the Makefile of 0.2 and commented out a few lines in fpi2002.c which
	caused trouble. Although I have to admid, that I don't really know
	what I did, it works for me (Debian/sarge, Kernel 2.6.7-rc3
	(self-compiled)). The liines I disabled were the include of
	wrapper.h, and the cli() and sti() calls.
	
0.4	2004-06-02	David

	* I started bugfixing some lines, and later rewrote most of the
	  code, using the hardware specs that VIA provided me with
	
0.3	2003-09-08	Adam

	* added 'MODULE_LICENSE' so module no longer taints kernel
	* added 'versions' target to compile module with MODVERSIONS (use this
	  if your kernel is compiled with MODVERSIONS, otherwise you'll get
	  unresolved symbol errors from depmod.)

0.2	2003-08-08	Adam

	* added 'clean' target to Makefile
	* changed Makefile to automatically detect kernel version
	* removed *~ and *.o files before repackaging
