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:
4
src/pc.c
4
src/pc.c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user