Change buffer size in Windows when talking to ATA devices.

This commit is contained in:
2021-09-15 23:36:06 +01:00
parent a5301085c3
commit aba2e7fb9f

View File

@@ -114,7 +114,7 @@ namespace Aaru.Devices.Windows
public AtaPassThroughEx aptd;
public uint filler;
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 256 * 512)]
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 64 * 512)]
public byte[] dataBuffer;
}