commit | afaa5c373d2c49ee4865847031b82f1377f609d0 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Oct 09 15:06:10 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Oct 12 14:55:47 2007 -0400 |
tree | 785203bd4538d2e3c36622ebc2eac93652c7e19e | |
parent | 2b789108fc1dcba22050a7e6e29ae5ebaea427dd [diff] |
libata: implement ATA_PFLAG_RESETTING Implement ATA_PFLAG_RESETTING. This flag is set while reset is in progress. It's set before prereset is called and cleared after reset fails or postreset is finished. This flag itself doesn't have any function. It will be used by LLDs to tell whether reset is in progress if it needs to behave differently during reset. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>