Skip to content

Commit

Permalink
[libata sata_mv] add Adaptec 1420SA PCI ID
Browse files Browse the repository at this point in the history
Contributed by Jeroen <[email protected]>
  • Loading branch information
jgarzik committed Nov 11, 2005
1 parent f85272a commit 2917953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ static const struct pci_device_id mv_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6041), 0, 0, chip_604x},
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6080), 0, 0, chip_608x},
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6081), 0, 0, chip_608x},

{PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x0241), 0, 0, chip_604x},
{} /* terminate list */
};

Expand Down

0 comments on commit 2917953

Please sign in to comment.