Skip to content

Commit

Permalink
sata_mv: add the Gen IIE flag to the SoC devices.
Browse files Browse the repository at this point in the history
The SoC sata port is based on the 7042/6042 devices (Gen IIE). This patch
will fix various issues when working with PMP and/or NCQ.

Signed-off-by: Saeed Bishara <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Saeed Bishara authored and Jeff Garzik committed Aug 22, 2008
1 parent c6c6a1a commit eb3a55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,8 @@ static int mv_chip_id(struct ata_host *host, unsigned int board_idx)
break;
case chip_soc:
hpriv->ops = &mv_soc_ops;
hp_flags |= MV_HP_FLAG_SOC | MV_HP_ERRATA_60X1C0;
hp_flags |= MV_HP_FLAG_SOC | MV_HP_GEN_IIE |
MV_HP_ERRATA_60X1C0;
break;

default:
Expand Down

0 comments on commit eb3a55a

Please sign in to comment.