mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added EVPD page 81h, implemented operating definition page.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user