Change history for the epktisa packet driver

RN= Russ Nelson
AH= Alexander Herrera

30-Sep-96	AH	version 2.55
	Bumped up version number to correspond to a Crystal release.

30-Jul-96	AH	version 2.51
	Removed ISA references in messages.
	Removed references to 16 bit transfers.

07-Jun-96       AH      version 2.50
	Changed version number to remove beta qualifier.

26-Apr-96       AH      version 2.50B1
	Changed error in using eeprom/pnp value for IRQ.
	Added more range checking for command line parameters.
	Changed method for checking product id.
	Corrected error in media detection for coax.
	Removed pnp card detection routine in favor of scanning.

16-Mar-96       AH      version 2.38
	Corrected error in reading autonegotiate word from eeprom.
	Changed method of reading irq_map from PnP so as to not reuse
	eeprom_buf to solve problem of improper checksum report.

04-Mar-96       AH      version 2.37
	
	Removed DMA support as per instructions.

04-Mar-96       AH       version 2.36

	Corrected error in find_base subroutine causing the driver to only work with
	cs8920 and cs8900 in default mode. 

04-Mar-96       AH       version 2.35

	Defined Ignore Missing Media bit for eeprom and added macro 
	and code to test for it. 
	
	This changes the behaviour of the driver. In previous versions of
	the driver, if the cable was missing, the driver defaulted to twisted
	pair and loaded anyway. The new behaviour is to ignore the missing
	media only if the IMM bit is set. Otherwise the driver will unload
	itself and basically fail.
	
	Media detection routines were also changed to make it easier for me.

13-Feb-96       AH      version 2.34

	Adding Bios scanning in the previous version caused us to rethink
	what to do if both the EEPROM and BIOS scan failed. We've added
	a default eeprom buffer that is used if no EEPROM is found,
	the BIOS scan fails, and the user specifies all required parameters
	on the command line.

	Added <Ethernet Address> to usage message.

	Also corrected the previous version error that labeled the driver as v2.32
	when in fact it was 2.33. This version is correctly labeled as version 2.34.

26-Jan-96       AH      version 2.33

	Added bios scan support and debugging features.

17-Jan-96       AH      version 2.32
	
	Software Trouble Reports fixed in this driver:
	No: 292 Driver only works on PnP adapters.
	No: 293 Driver should not key on serial ID in PnP resource tree.
	No: 294 Driver only supports IRQs 0-7.  Should support 0-15. 
	No: 295 Driver does not save and restore mem base address.
	No: 296 Driver upper scan range should be limited to 0x360.  
	No: 297 Various problems with handling of messages.

	As an enchancement, the version numbering scheme was moved to the
	makefile to make it more obvious how to set a version number.
	
	The driver needed to port to IBM Etherjet and other     possible 
	manufacturers more easily so a constant can be set in the makefile
	to accomplish this ideal.

07-Nov-95       AH      version 2.31    
	Corrected SI_BUSY bit error when reading
	eeprom.
		
07-Nov-95       AH      version 2.30
	
	1. Disable polarity bit support was removed.
	2. CRC errors are now ignored in
	promiscuous mode  when a runt or extra 
	large packet comes in.

15-Sep-95       AH      version 2.10

	Bumped version number to 2.10.
	Corrected spelling error in message.

09-Aug-95       AH      version 2.01

	Minor change to version number scheme.
	(defs.asm, epktisa.inc, epktisal.asm)
	Bumped version number to 2.01 and
	released.

08-Aug-95       AH      version 2.0

	Changed version number to 2.0 for
	external release. (epktisa.com)

08-Aug-95       RN      

	Initial release (internal version 11.1)

