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