We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fc623 commit 6d5278aCopy full SHA for 6d5278a
drivers/ata/ahci.c
@@ -435,6 +435,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
435
.driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
436
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
437
.driver_data = board_ahci_yes_fbs },
438
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
439
+ .driver_data = board_ahci_yes_fbs },
440
441
/* Promise */
442
{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci }, /* PDC42819 */
0 commit comments