Skip to content

Commit

Permalink
Update mv_init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 committed Dec 15, 2023
1 parent b278e49 commit 4d8c6a6
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions src/4.x/drivers/scsi/mvsas/mv_init.c
Expand Up @@ -700,24 +700,7 @@ static struct pci_device_id mvs_pci_table[] = {
.class_mask = 0,
.driver_data = chip_9445,
},
{
.vendor = PCI_VENDOR_ID_MARVELL_EXT,
.device = 0x9485,
.subvendor = PCI_ANY_ID,
.subdevice = 0x9480,
.class = 0,
.class_mask = 0,
.driver_data = chip_9485,
},
{
.vendor = PCI_VENDOR_ID_MARVELL_EXT,
.device = 0x9485,
.subvendor = PCI_ANY_ID,
.subdevice = 0x9485,
.class = 0,
.class_mask = 0,
.driver_data = chip_9485,
},
{ PCI_VDEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9485), chip_9485}, /* MARVELL Ignore subvendor/subdevice PeterSuh-Q3 2023.12.15 */
{ PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */
{ PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
{ PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ RevoDrive3/zDriveR4 (exact model unknown) */
Expand Down

0 comments on commit 4d8c6a6

Please sign in to comment.