diff options
| author | HighPoint Linux Team <linux@highpoint-tech.com> | 2011-02-23 03:28:44 -0500 |
|---|---|---|
| committer | James Bottomley <James.Bottomley@suse.de> | 2011-03-23 12:35:59 -0400 |
| commit | 463b8977ecebf8cf590c33191d43ea0b059381c6 (patch) | |
| tree | 75579b740e0af1adba18975d30014c9de4d56f37 /drivers/scsi/mvsas | |
| parent | 523f3c80bc41d663d5b35c0cd6ce0fad7f3e7188 (diff) | |
[SCSI] mvsas: Add support for HighPoint RR27xx series HBA
This patch is to add support for HighPoint RR27xx SAS/SATA HBA which
is based on Marvell 88SE9480 chipset.
Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mvsas')
| -rw-r--r-- | drivers/scsi/mvsas/mv_init.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c index 19ad34f381a..938d045e418 100644 --- a/drivers/scsi/mvsas/mv_init.c +++ b/drivers/scsi/mvsas/mv_init.c | |||
| @@ -663,6 +663,13 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = { | |||
| 663 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 }, | 663 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 }, |
| 664 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 }, | 664 | { PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 }, |
| 665 | { PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 }, | 665 | { PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 }, |
| 666 | { PCI_VDEVICE(TTI, 0x2710), chip_9480 }, | ||
| 667 | { PCI_VDEVICE(TTI, 0x2720), chip_9480 }, | ||
| 668 | { PCI_VDEVICE(TTI, 0x2721), chip_9480 }, | ||
| 669 | { PCI_VDEVICE(TTI, 0x2722), chip_9480 }, | ||
| 670 | { PCI_VDEVICE(TTI, 0x2740), chip_9480 }, | ||
| 671 | { PCI_VDEVICE(TTI, 0x2744), chip_9480 }, | ||
| 672 | { PCI_VDEVICE(TTI, 0x2760), chip_9480 }, | ||
| 666 | 673 | ||
| 667 | { } /* terminate list */ | 674 | { } /* terminate list */ |
| 668 | }; | 675 | }; |
