Fixed once and for all the DOS CD-ROM bugs in the BT-54x SCSI adapter.

Added notes regarding NT 3.1 297.1 and 340.1's setup bugs with the Adaptec driver in the BT-54x SCSI adapter.
Bugfixes to the SCSI layer (SCSIReset())
This commit is contained in:
TC1995
2016-12-27 18:48:38 +01:00
parent 547185fd7f
commit df78ce0529
5 changed files with 122 additions and 108 deletions

View File

@@ -294,7 +294,7 @@ void initpc(int argc, char *argv[])
resetide();
if (buslogic_enabled)
{
SCSIReset(scsi_cdrom_id);
SCSIReset();
device_add(&BuslogicDevice);
}
@@ -421,7 +421,7 @@ void resetpchard()
if (buslogic_enabled)
{
SCSIReset(scsi_cdrom_id);
SCSIReset();
device_add(&BuslogicDevice);
}