Added EVPD page 81h, implemented operating definition page.

This commit is contained in:
2016-10-13 06:18:12 +01:00
parent 16b4e51191
commit 4c809bfdd2
5 changed files with 156 additions and 0 deletions

View File

@@ -303,5 +303,14 @@ namespace DiscImageChef.Decoders.SCSI
/// </summary>
NoProtocol = 15
}
public enum ScsiDefinitions : byte
{
Current = 0,
SCSI1 = 1,
CCS = 2,
SCSI2 = 3,
SCSI3 = 4
}
}