Set SADI product name to SASI HD (#291)

This commit is contained in:
Uwe Seimet 2021-09-30 19:37:12 +02:00 committed by GitHub
parent 969220565b
commit c581c12d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,7 @@ Device *DeviceFactory::CreateDevice(PbDeviceType type, const string& filename)
case SAHD:
device = new SASIHD();
device->SetSupportedLuns(2);
device->SetProduct("SASI HD");
((Disk *)device)->SetSectorSizes(sector_sizes[SAHD]);
break;