mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-11 09:29:53 +00:00
Comment update
This commit is contained in:
parent
b68b19a875
commit
1755c7e2f8
@ -91,7 +91,7 @@ Device *DeviceFactory::CreateDevice(PbDeviceType& type, const string& filename,
|
|||||||
|
|
||||||
case SCRM:
|
case SCRM:
|
||||||
device = new SCSIHD(true);
|
device = new SCSIHD(true);
|
||||||
device->SetProtectable(true);
|
device->SetRemovable(true);
|
||||||
device->SetLockable(true);
|
device->SetLockable(true);
|
||||||
device->SetProtectable(true);
|
device->SetProtectable(true);
|
||||||
((Disk *)device)->SetSectorSizes(sector_sizes_scsi);
|
((Disk *)device)->SetSectorSizes(sector_sizes_scsi);
|
||||||
@ -120,6 +120,7 @@ Device *DeviceFactory::CreateDevice(PbDeviceType& type, const string& filename,
|
|||||||
|
|
||||||
case SCDP:
|
case SCDP:
|
||||||
device = new SCSIDaynaPort();
|
device = new SCSIDaynaPort();
|
||||||
|
// Since this is an emulation for a specific device the full INQUIRY data have to be set accordingly
|
||||||
device->SetVendor("Dayna");
|
device->SetVendor("Dayna");
|
||||||
device->SetProduct("SCSI/Link");
|
device->SetProduct("SCSI/Link");
|
||||||
device->SetRevision("1.4a");
|
device->SetRevision("1.4a");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user