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)
commit0d64a233fe6a8fd45a062fe125159854ffed60c7
tree012d6288c549e2186555c280e7960cebf693415d
parent1188c0d83ca010c3799711e85e63dbde122e6a90
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>
drivers/ata/libata-eh.c
include/linux/libata.h