| commit | ee9ccdf70163ca6408f6965e0fbc65baeac7312c | [log] [tgz] |
|---|---|---|
| author | Jeff Garzik <jeff@garzik.org> | Thu Jul 12 15:51:22 2007 -0400 |
| committer | Jeff Garzik <jeff@garzik.org> | Thu Jul 12 15:51:22 2007 -0400 |
| tree | d8e8643c57656d2ea07e2a15c91735d2aeb0ab84 | |
| parent | bdd4dddee325a7dce3e84cf48201a06aa8508aa4 [diff] |
[libata] sata_mv: Fix and clean up per-chip-generation tests
Due to a mistake in test logic, Gen-IIE chips were being treated as
Gen-II chips in some cases. Fix this, and in the process, clean up
IS_50XX/IS_60XX tests to the more uniform IS_GEN_{I,II,IIE} tests.
Signed-off-by: Jeff Garzik <jeff@garzik.org>