commit | 81afe893181b283f9d182ea8637ce6ccdbe1a56a | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Feb 07 12:37:41 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Feb 15 18:04:01 2007 -0500 |
tree | 2a86298615d17c73cfdf23d4c575e0a7bb0fbc39 | |
parent | f834e49f1a09414e9618ff0c9cd83c2114032bb6 [diff] |
libata: clear TF before IDENTIFYing Some devices chock if Feature is not clear when IDENTIFY is issued. Set ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE for IDENTIFY such that whole TF is cleared when reading ID data. Kudos to Art Haas for testing various futile patches over several months and Mark Lord for pointing out the fix. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Art Haas <ahaas@airmail.net> Cc: Mark Lord <mlord@pobox.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>