mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Separated SCSI decoders by type.
This commit is contained in:
@@ -81,7 +81,7 @@ namespace DiscImageChef.Commands
|
||||
else
|
||||
DicConsole.WriteLine("SCSI OK");
|
||||
|
||||
DicConsole.WriteLine(Decoders.SCSI.PrettifySCSIInquiry(inqBuf));
|
||||
DicConsole.WriteLine(Decoders.SCSI.Inquiry.PrettifySCSIInquiry(inqBuf));
|
||||
|
||||
Structs.AtaErrorRegistersCHS errorRegisters;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user