Re: [PATCH] ata: ata_id_is_ssd() bugfix

From: KueiHuan Chen
Date: Fri Nov 07 2008 - 09:38:01 EST


I had a transcend 32GB SSD. It use ATA8 but lack of support word 217.
So this is not really work for all SSD currently...

Here is the spec of such SSD
http://www.transcend.com.tw/support/dlcenter/datasheet/SSD25S-JMI%20Datasheet%20v1.05.pdf

--
Best Regards,
KueiHuan-Chen

2008/10/28 Jeff Garzik <jgarzik@xxxxxxxxx>
>
> It seems highly unlikely that any drive that claims ATA8 would repurpose word 217, therefore upstream logic IMO should look like
>
> if (id[ATA_ID_ROT_SPEED] == 0x01 &&
> ((ata_id_major_version(id) >= 8) ||
> (a list of ATA6/7 exceptions that Jens wishes to supply)))
>
> Regards,
>
> Jeff
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/