mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added M-Systems vendor commands.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user