ChangeLog,v 1.8 1995/11/05 23:44:07 heiko Exp
VERSION: 1.3

v1_3 Mon Nov  6 00:42:42 MET 1995
	o	Timeouts now are measured in multiples of HZ.

    o   Eject/Autoclose behaviour:
        If the period between the mcdx_eject() and a mcdx_close() call
        is too short, the mcdx_close() will fail. (ACLOSE_INHIBIT)

        If we autoclosed the tray but couldn't read any data from the
        CD the autoclose feature is disabled until we could read data.
        (so you'll have to close the tray manually)

    o   Now it really reports CDROM_AUDIO_COMPLETED when it thinks
        the disk is done

v1_2 Tue Aug 29 21:01:39 MET DST 1995
    o   open() now only the first time tries to close the tray

v1_1 Mon Aug 28 17:06:09 MET DST 1995
    o   volume control added
    o   CDROMEJECT_SW added (as in the sbpcd driver) (controls whether
        the CD should be ejected on last close on the drive, default is
        -no-)

V1_0a Sun Aug 27 03:44:15 MET DST 1995
    o   Now workman runs on this driver (CDROMPLAYMSF was needed.)

v1_0 Wed Aug 23 18:51:56 MET DST 1995

    o   Audio support added
        PLAY, PAUSE, RESUME

    o   mcd, the original driver now releases the irq too when
        cleanup is called.

pre1_0c Wed Aug 23 10:55:07 MET DST 1995
    
    o   Adapted to integrate into the 1.3 kernels as well as into 1.2
        kernels.

    o   The names are changed:
            The `classic' driver now is `mcd',
            the new one now is `mcdx'.

    o   MAJOR_NR is now 20 for the new driver!

    o   Some messages at load time are shortened.
    

V048 Sat Jan 28 03:37:03 MET 1995

	o	Multiple drive support (but no shared irqs (yet))

V047 Fri Jan 27 23:38:18 MET 1995

	o	First attempt for multisession support.  (ioctl CDROMMULTISESSION)

	o	ioctl CDROMEJECT

	o	close tray on open

V046 Fri Jan 27 17:59:44 MET 1995
	
	o	All old stuff removed - it's expected to run only with
		1.1.85+ kernels.

V043 Wed Jan 25 15:32:04 MET 1995

	o	Newer GNU Makes (1.71) doesn't like the 
		target:		; actions
		contruct.  Now such lines are changed into
		target:
				actions

V041 Tue Jan 24 08:26:08 MET 1995

	o	Bug fixed (skipped too much bytes when using
		raw mode).  Now really XA support.


V040 Mon Jan 23 22:41:59 MET 1995

	o	Support for XA Disks. 
		NOTE: No MULTISESSION support for now.  (But I'll add it
		soon.)

	o	Tested with Kernel 1.1.81.  No Kernel Patching is needed.
		(Ok, I don't use invalidate_inodes(), because this symbol
		is missed from /proc/ksyms.  Anybody knows, if 
		invalidate_buffers() is sufficient?)

V034 Fri Dec  2 01:41:38 MET 1994

	o	Support for multiple drives added.  Should work now. 
		But note: NO AUTOPROBE.  You've to name your i/o and irq
		in mcd.h.
	
	o	mcd.h splitted into mcd.h and def.h


V032 Fri Nov 18 18:22:29 MET 1994

	o	nix

