Added M-Systems vendor commands.

This commit is contained in:
2016-01-13 21:14:23 +00:00
parent fcf4c56f0e
commit e45a783fa4
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2016-01-13 Natalia Portillo <claunia@claunia.com>
* Enums.cs:
Added M-Systems vendor commands.
2016-01-13 Natalia Portillo <claunia@claunia.com>
* Enums.cs:

View File

@@ -2655,8 +2655,19 @@ namespace DiscImageChef.Devices
/// <summary>
/// Used to display a message on the operator panel
/// </summary>
Fujitsu_Display = 0xCF
Fujitsu_Display = 0xCF,
#endregion Fujitsu vendor commands
#region M-Systems vendor commands
/// <summary>
/// Securely erases all flash blocks, including defective, spared and unused
/// </summary>
MSystems_SecurityErase = 0xFF,
/// <summary>
/// Securely erases all flash blocks, including defective, spared and unused
/// </summary>
MSystems_SecurityEraseOld = 0xDF,
#endregion M-Systems vendor commands
}
#endregion SCSI Commands