libata: add 150ms between completion of hardreset and status checking
authorTejun Heo <htejun@gmail.com>
Fri, 2 Feb 2007 06:29:27 +0000 (15:29 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 9 Feb 2007 22:39:38 +0000 (17:39 -0500)
commit34fee227dd13af593be599b19683464ac4dd4c8b
tree2c246bdc4e573fef2df2c67b83d6b3f43c63503e
parent3f64f565bebbb4a1a4e9ccce5565c9f86458ddb1
libata: add 150ms between completion of hardreset and status checking

Follow the old SRST rule and delay 150ms between completion of
hardreset and status checking.  Debouncing delay should usually cover
this but debounce duration could be shorter than 150ms under certain
circumstances.

Usefulness depends on host controller implementation but it can't hurt
and serves as a reminder that 2s delay for GoVault should also be
added here.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c