IDE reset via PCI turbo reset control's hard reset function now only sets the signature for all IDE devices and clears the buffers;

The buffers are now memset'd to 0x00's on allocation;
The Iomega ZIP drive now issues an IRQ on receipt of the PACKET COMMAND command, fixes it on Windows 98 SE.
This commit is contained in:
OBattler
2018-03-20 16:04:09 +01:00
parent be7fdaf374
commit f87500ddbf
4 changed files with 38 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
* Implementation of the Iomega ZIP drive with SCSI(-like)
* commands, for both ATAPI and SCSI usage.
*
* Version: @(#)zip.c 1.0.13 2018/03/18
* Version: @(#)zip.c 1.0.14 2018/03/20
*
* Author: Miran Grca, <mgrca8@gmail.com>
*