mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Devices/Enums.cs:
* DiscImageChef.Devices/DiscImageChef.Devices.csproj: * DiscImageChef.Devices/Device/ScsiCommands/Plasmon.cs: Added Plasmon vendor commands. * DiscImageChef.Devices/Device/ScsiCommands/Pioneer.cs: Added Pioner READ CD-XA vendor command.
This commit is contained in:
@@ -2434,6 +2434,7 @@ namespace DiscImageChef.Devices
|
||||
/// Sets the spindle speed to be used while reading/writing data to a CD
|
||||
/// </summary>
|
||||
SetCdSpeed = 0xDA,
|
||||
WriteCdp = 0xE3,
|
||||
#endregion
|
||||
|
||||
#region ATA Command Pass-Through
|
||||
@@ -2668,6 +2669,17 @@ namespace DiscImageChef.Devices
|
||||
/// </summary>
|
||||
MSystems_SecurityEraseOld = 0xDF,
|
||||
#endregion M-Systems vendor commands
|
||||
|
||||
#region Plasmon vendor commands
|
||||
/// <summary>
|
||||
/// Retrieves sector address
|
||||
/// </summary>
|
||||
Plasmon_ReadSectorLocation = 0xE6,
|
||||
/// <summary>
|
||||
/// Makes a Compliant WORM block completely unreadable
|
||||
/// </summary>
|
||||
Plasmon_Shred = 0xEE,
|
||||
#endregion Plasmon vendor commands
|
||||
}
|
||||
#endregion SCSI Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user