commit | 0d64a233fe6a8fd45a062fe125159854ffed60c7 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Apr 23 02:41:05 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 14:51:33 2007 -0400 |
tree | 012d6288c549e2186555c280e7960cebf693415d | |
parent | 1188c0d83ca010c3799711e85e63dbde122e6a90 [diff] |
libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET Separate ATA_EHI_DID_RESET into ATA_EHI_DID_SOFTRESET and ATA_EHI_DID_HARDRESET. ATA_EHI_DID_RESET is redefined as OR of the two flags. This patch doesn't introduce any behavior change. This will be used later to determine whether _SDD is necessary or not. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>