mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
[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>
This commit is contained in:
parent
6ceae7c623
commit
f7e45b6a09
1 changed files with 9 additions and 0 deletions
|
@ -705,6 +705,15 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = {
|
|||
{ PCI_VDEVICE(TTI, 0x2740), chip_9480 },
|
||||
{ PCI_VDEVICE(TTI, 0x2744), chip_9480 },
|
||||
{ PCI_VDEVICE(TTI, 0x2760), chip_9480 },
|
||||
{
|
||||
.vendor = 0x1b4b,
|
||||
.device = 0x9480,
|
||||
.subvendor = PCI_ANY_ID,
|
||||
.subdevice = 0x9480,
|
||||
.class = 0,
|
||||
.class_mask = 0,
|
||||
.driver_data = chip_9480,
|
||||
},
|
||||
{
|
||||
.vendor = 0x1b4b,
|
||||
.device = 0x9445,
|
||||
|
|
Loading…
Add table
Reference in a new issue