From 1995a3e0f3b64ca357ab70240d8e79fa4b9dead2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 6 Jun 2017 18:16:55 +0100 Subject: [PATCH] The presence of this value is unneeded and unsupported on very old IDE disks. --- DiscImageChef.Devices/Linux/Command.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscImageChef.Devices/Linux/Command.cs b/DiscImageChef.Devices/Linux/Command.cs index afe46a989..37a78feee 100644 --- a/DiscImageChef.Devices/Linux/Command.cs +++ b/DiscImageChef.Devices/Linux/Command.cs @@ -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;