--- drivers/ata/libata-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: tree0/drivers/ata/libata-core.c =================================================================== --- tree0.orig/drivers/ata/libata-core.c +++ tree0/drivers/ata/libata-core.c @@ -1745,7 +1745,7 @@ int ata_dev_read_id(struct ata_device *d * anything else.. * Some drives were very specific about that exact sequence. */ - if (ata_id_major_version(id) < 4 || !ata_id_has_lba(id)) { + if (0 && (ata_id_major_version(id) < 4 || !ata_id_has_lba(id))) { err_mask = ata_dev_init_params(dev, id[3], id[6]); if (err_mask) { rc = -EIO;