mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change buffer size in Windows when talking to ATA devices.
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Aaru.Devices.Windows
|
|||||||
public AtaPassThroughEx aptd;
|
public AtaPassThroughEx aptd;
|
||||||
public uint filler;
|
public uint filler;
|
||||||
|
|
||||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 256 * 512)]
|
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 64 * 512)]
|
||||||
public byte[] dataBuffer;
|
public byte[] dataBuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user