aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/sata_mv.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c
index 89a798221a6c..162260d6fe19 100644
--- a/drivers/ata/sata_mv.c
+++ b/drivers/ata/sata_mv.c
@@ -42,6 +42,8 @@
42 42
43 6) Add port multiplier support (intermediate) 43 6) Add port multiplier support (intermediate)
44 44
45 7) Fix/reenable hot plug/unplug (should happen as a side-effect of (2) above).
46
45 8) Develop a low-power-consumption strategy, and implement it. 47 8) Develop a low-power-consumption strategy, and implement it.
46 48
47 9) [Experiment, low priority] See if ATAPI can be supported using 49 9) [Experiment, low priority] See if ATAPI can be supported using
@@ -296,7 +298,9 @@ enum {
296 EDMA_ERR_IRQ_TRANSIENT = EDMA_ERR_LNK_CTRL_RX_0 | 298 EDMA_ERR_IRQ_TRANSIENT = EDMA_ERR_LNK_CTRL_RX_0 |
297 EDMA_ERR_LNK_CTRL_RX_1 | 299 EDMA_ERR_LNK_CTRL_RX_1 |
298 EDMA_ERR_LNK_CTRL_RX_3 | 300 EDMA_ERR_LNK_CTRL_RX_3 |
299 EDMA_ERR_LNK_CTRL_TX, 301 EDMA_ERR_LNK_CTRL_TX |
302 /* temporary, until we fix hotplug: */
303 (EDMA_ERR_DEV_DCON | EDMA_ERR_DEV_CON),
300 304
301 EDMA_EH_FREEZE = EDMA_ERR_D_PAR | 305 EDMA_EH_FREEZE = EDMA_ERR_D_PAR |
302 EDMA_ERR_PRD_PAR | 306 EDMA_ERR_PRD_PAR |