mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
* DiscImageChef.Devices/Device/AtaCommands.cs:
Added ATA IDENTIFY DEVICE command. * DiscImageChef.Devices/Device/AtapiCommands.cs: Added ATAPI IDENTIFY PACKET DEVICE command. * DiscImageChef.Devices/Structs.cs: * DiscImageChef.Devices/Device/ScsiCommands.cs: Added header description. * DiscImageChef.Devices/DiscImageChef.Devices.csproj: Added ATA IDENTIFY DEVICE command. Added ATAPI IDENTIFY PACKET DEVICE command.
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
<Compile Include="Device\Commands.cs" />
|
||||
<Compile Include="Device\ScsiCommands.cs" />
|
||||
<Compile Include="Structs.cs" />
|
||||
<Compile Include="Device\AtaCommands.cs" />
|
||||
<Compile Include="Device\AtapiCommands.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user