mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
The presence of this value is unneeded and unsupported on very
old IDE disks.
This commit is contained in:
@@ -160,7 +160,7 @@ namespace DiscImageChef.Devices.Linux
|
||||
cdb[2] |= (byte)((int)transferRegister & 0x03);
|
||||
}
|
||||
|
||||
cdb[2] |= 0x20;
|
||||
//cdb[2] |= 0x20;
|
||||
|
||||
cdb[4] = registers.feature;
|
||||
cdb[6] = registers.sectorCount;
|
||||
|
||||
Reference in New Issue
Block a user