More bugfixes to the Buslogic and SCSI layer, still need to understand why the f**k it doesn't issue the Request Sense command when necessary

This commit is contained in:
TC1995
2016-12-30 00:42:54 +01:00
parent 77c7516891
commit 61b8ff9a71
6 changed files with 767 additions and 904 deletions

View File

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