diff options
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a99112cfd8b1..616952facd6e 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -413,17 +413,17 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
413 | /* Marvell */ | 413 | /* Marvell */ |
414 | { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */ | 414 | { PCI_VDEVICE(MARVELL, 0x6145), board_ahci_mv }, /* 6145 */ |
415 | { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */ | 415 | { PCI_VDEVICE(MARVELL, 0x6121), board_ahci_mv }, /* 6121 */ |
416 | { PCI_DEVICE(0x1b4b, 0x9123), | 416 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9123), |
417 | .class = PCI_CLASS_STORAGE_SATA_AHCI, | 417 | .class = PCI_CLASS_STORAGE_SATA_AHCI, |
418 | .class_mask = 0xffffff, | 418 | .class_mask = 0xffffff, |
419 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ | 419 | .driver_data = board_ahci_yes_fbs }, /* 88se9128 */ |
420 | { PCI_DEVICE(0x1b4b, 0x9125), | 420 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9125), |
421 | .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ | 421 | .driver_data = board_ahci_yes_fbs }, /* 88se9125 */ |
422 | { PCI_DEVICE(0x1b4b, 0x917a), | 422 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a), |
423 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ | 423 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ |
424 | { PCI_DEVICE(0x1b4b, 0x9192), | 424 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), |
425 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ | 425 | .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ |
426 | { PCI_DEVICE(0x1b4b, 0x91a3), | 426 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), |
427 | .driver_data = board_ahci_yes_fbs }, | 427 | .driver_data = board_ahci_yes_fbs }, |
428 | 428 | ||
429 | /* Promise */ | 429 | /* Promise */ |