diff options
author | Tejun Heo <htejun@gmail.com> | 2006-03-25 01:33:34 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-24 12:24:33 -0500 |
commit | aec5c3c1a929d7d79a420e943285cf3ba26a7c0d (patch) | |
tree | 980faf6aafcc7ab5c85b680ee9345c6c2cb56f64 /include/linux/libata.h | |
parent | e93252faca2eb1a14b44369705be7c79eba2f037 (diff) | |
download | kernel-crypto-aec5c3c1a929d7d79a420e943285cf3ba26a7c0d.tar.gz kernel-crypto-aec5c3c1a929d7d79a420e943285cf3ba26a7c0d.tar.xz kernel-crypto-aec5c3c1a929d7d79a420e943285cf3ba26a7c0d.zip |
[PATCH] libata: kill E.D.D.
E.D.D. has no user in-tree and mostly useless. Kill it. For possible
out-of-tree users, add a nice warning message and error handling if
LLDD doesn't report any useable reset mechanism (and thus tries to use
E.D.D.).
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 047192253c3..9fcc061e3ad 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -161,7 +161,6 @@ enum { ATA_QCFLAG_EH_SCHEDULED = (1 << 5), /* EH scheduled */ /* various lengths of time */ - ATA_TMOUT_EDD = 5 * HZ, /* heuristic */ ATA_TMOUT_PIO = 30 * HZ, ATA_TMOUT_BOOT = 30 * HZ, /* heuristic */ ATA_TMOUT_BOOT_QUICK = 7 * HZ, /* heuristic */ |