======================================================================= AMSIRM - DOS Removable Media Driver ======================================================================= Release 3.30 ------------ AMSIRM.SYS Version 3.30 Changes: 1. Fixed many problems in previous version. 2. Streamlined code logic, it is 1.2KB less now. 3. Add /r switch for removable media. 4. More formats are supported. 5. Better info display, added drive letters etc. 6. Better error handling. ======================================================================= AMSINx - Netware Hard Disk Driver ======================================================================= === Version 3.10 === Added support for 255 bus numbers to be scanned by increasing MAXIMUM_BUS_NUMBER to 255. Modifications to ggmini.c, scam.c, ggmini.h and scam.h. For some reason the scam.c and scam.h are older than the files used in 3.00; this could be due to my putting debug calls in the scam code during reset testing. === Version 3.11 === Fixed bug in portlayr.c fnActivateDevice. Added new error message in MESSAGE.H for ASPI call when the PQUEUE value is NULL. This is caused when the driver has been loaded without any hard drive connected. Modified ASPIInterface in portlayr.c to check for PQUEUE to be NULL and return FALSE is this is the case; this is due to not having a hard drive connected when loading the driver. ======================================================================= AMSICD - DOS CD-ROM ======================================================================= Release 3.30 ------------ AMSICD.SYS Version 3.00 Changes: 1. Fixed audio play problem with Sony CDU-76 drive. 2. Add seek function which allows audio play on mixed mode CD. 3. Add multisession support in READTOC command. ======================================================================= AMSIDA - DOS ASPI Driver ======================================================================= Release 3.30 ------------ AMSIDA.SYS Version 3.14 Changes: 1. Clear scratch registers and reset SCSI bus if BIOS not present. 2. Add BIOS check work around when Adaptec card installed. Release 3.10 ------------ AMSIDA.SYS Version 3.10 Changes: 1. Scan full PCI bus ranges 0-255 (previous versions 0-7). Release 3.00 ------------ AMSIDA.SYS Version 3.04 Changes: 1. Fixed APM bugs. 2. Add IRQ0-7 support. ======================================================================= OS/2 - Hard Disk Driver ======================================================================= 2/21/96 Rel 3.10 - change maximum bus number to 255. Rel 3.11 - change to handle re-entrant interrupts, routine IRQ_HANDLER was changed in PL_OS2.ASM. Rel 3.12 - change to handle multiple LUN devices. Previously when Rel 3.13 bus is full with multi-LUN devices, only max of 7 devices are seen. In SEQ_PWS.ASM, NumTargets*8 is added. In ADD_INIT.ASM, DATA_SEG size is changed from FC3Ah to F740h ======================================================================= AMSINT - Windows Miniport Driver ======================================================================= 11/95 Version 2.02T - Added SCSI bus reset in AMDInitializeAdapter routine.