diff options
-rw-r--r-- | drivers/ata/ata_piix.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 7adb2aa009aa..8dc15a6cea72 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -437,15 +437,15 @@ static const struct piix_map_db ich8_map_db = { | |||
437 | }; | 437 | }; |
438 | 438 | ||
439 | static const struct piix_map_db tolapai_map_db = { | 439 | static const struct piix_map_db tolapai_map_db = { |
440 | .mask = 0x3, | 440 | .mask = 0x3, |
441 | .port_enable = 0x3, | 441 | .port_enable = 0x3, |
442 | .map = { | 442 | .map = { |
443 | /* PM PS SM SS MAP */ | 443 | /* PM PS SM SS MAP */ |
444 | { P0, NA, P1, NA }, /* 00b */ | 444 | { P0, NA, P1, NA }, /* 00b */ |
445 | { RV, RV, RV, RV }, /* 01b */ | 445 | { RV, RV, RV, RV }, /* 01b */ |
446 | { RV, RV, RV, RV }, /* 10b */ | 446 | { RV, RV, RV, RV }, /* 10b */ |
447 | { RV, RV, RV, RV }, | 447 | { RV, RV, RV, RV }, |
448 | }, | 448 | }, |
449 | }; | 449 | }; |
450 | 450 | ||
451 | static const struct piix_map_db *piix_map_db_table[] = { | 451 | static const struct piix_map_db *piix_map_db_table[] = { |