libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET
authorTejun Heo <htejun@gmail.com>
Sun, 22 Apr 2007 17:41:05 +0000 (02:41 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 18:51:33 +0000 (14:51 -0400)
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>

No differences found