diff options
author | Xiangliang Yu <yuxiangl@marvell.com> | 2011-09-29 03:33:24 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-02 14:09:55 -0400 |
commit | f7e45b6a09fad88b4d1e87d55c26e79578c5fa18 (patch) | |
tree | 7264d33de891ee0ff7dcac87f099f548afb5dd54 /drivers | |
parent | 6ceae7c6234f2961dc59912412e8c0706d825873 (diff) |
[SCSI] mvsas: add support for 9480 device id
Add support for Marvell 88SE9480 SAS/SATA HBA
Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 052861bdacfc..621b5e072758 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
@@ -707,6 +707,15 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = { | |||
707 | { PCI_VDEVICE(TTI, 0x2760), chip_9480 }, | 707 | { PCI_VDEVICE(TTI, 0x2760), chip_9480 }, |
708 | { | 708 | { |
709 | .vendor = 0x1b4b, | 709 | .vendor = 0x1b4b, |
710 | .device = 0x9480, | ||
711 | .subvendor = PCI_ANY_ID, | ||
712 | .subdevice = 0x9480, | ||
713 | .class = 0, | ||
714 | .class_mask = 0, | ||
715 | .driver_data = chip_9480, | ||
716 | }, | ||
717 | { | ||
718 | .vendor = 0x1b4b, | ||
710 | .device = 0x9445, | 719 | .device = 0x9445, |
711 | .subvendor = PCI_ANY_ID, | 720 | .subvendor = PCI_ANY_ID, |
712 | .subdevice = 0x9480, | 721 | .subdevice = 0x9480, |