diff options
-rw-r--r-- | drivers/ata/ata_piix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index d5ff1d89bea3..671e79665009 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -430,7 +430,7 @@ static const struct piix_map_db ich6m_map_db = { | |||
430 | 430 | ||
431 | static const struct piix_map_db ich8_map_db = { | 431 | static const struct piix_map_db ich8_map_db = { |
432 | .mask = 0x3, | 432 | .mask = 0x3, |
433 | .port_enable = 0x3, | 433 | .port_enable = 0xf, |
434 | .map = { | 434 | .map = { |
435 | /* PM PS SM SS MAP */ | 435 | /* PM PS SM SS MAP */ |
436 | { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */ | 436 | { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */ |