]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ide/ide-iops.c
ide: fix drive side 80c cable check, take 2
[karo-tx-linux.git] / drivers / ide / ide-iops.c
index c67b3b1e6f4c64b255d043220a8cdc8b72aff80b..bd513f5a23236166541946391aab8239985201c9 100644 (file)
@@ -583,6 +583,8 @@ u8 eighty_ninty_three (ide_drive_t *drive)
        if(!(drive->id->hw_config & 0x4000))
                return 0;
 #endif /* CONFIG_IDEDMA_IVB */
+       if (!(drive->id->hw_config & 0x2000))
+               return 0;
        return 1;
 }