[SCSI] pm80xx: Device id changes to support series 8 controllers.
Updated pci id table with device, vendor, subdevice and subvendor ids for 8074, 8076, 8077 SAS/SATA 12G controllers. Added 12G related macros. Signed-off-by: Anandkumar.Santhanam@pmcs.com Reviewed-by: Jack Wang <jinpu.wang@profitbricks.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
c712495e68
commit
a9a923e55e
@@ -54,6 +54,9 @@ static const struct pm8001_chip_info pm8001_chips[] = {
|
||||
[chip_8009] = {1, 8, &pm8001_80xx_dispatch,},
|
||||
[chip_8018] = {0, 16, &pm8001_80xx_dispatch,},
|
||||
[chip_8019] = {1, 16, &pm8001_80xx_dispatch,},
|
||||
[chip_8074] = {0, 8, &pm8001_80xx_dispatch,},
|
||||
[chip_8076] = {0, 16, &pm8001_80xx_dispatch,},
|
||||
[chip_8077] = {0, 16, &pm8001_80xx_dispatch,},
|
||||
};
|
||||
static int pm8001_id;
|
||||
|
||||
@@ -1037,6 +1040,12 @@ static struct pci_device_id pm8001_pci_table[] = {
|
||||
{ PCI_VDEVICE(ADAPTEC2, 0x8009), chip_8009 },
|
||||
{ PCI_VDEVICE(PMC_Sierra, 0x8019), chip_8019 },
|
||||
{ PCI_VDEVICE(ADAPTEC2, 0x8019), chip_8019 },
|
||||
{ PCI_VDEVICE(PMC_Sierra, 0x8074), chip_8074 },
|
||||
{ PCI_VDEVICE(ADAPTEC2, 0x8074), chip_8074 },
|
||||
{ PCI_VDEVICE(PMC_Sierra, 0x8076), chip_8076 },
|
||||
{ PCI_VDEVICE(ADAPTEC2, 0x8076), chip_8076 },
|
||||
{ PCI_VDEVICE(PMC_Sierra, 0x8077), chip_8077 },
|
||||
{ PCI_VDEVICE(ADAPTEC2, 0x8077), chip_8077 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8081,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0400, 0, 0, chip_8001 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8081,
|
||||
@@ -1057,6 +1066,24 @@ static struct pci_device_id pm8001_pci_table[] = {
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0016, 0, 0, chip_8019 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8089,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x1600, 0, 0, chip_8019 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8074,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0800, 0, 0, chip_8074 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8076,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x1600, 0, 0, chip_8076 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8077,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x1600, 0, 0, chip_8077 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8074,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0008, 0, 0, chip_8074 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8076,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0016, 0, 0, chip_8076 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8077,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0016, 0, 0, chip_8077 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8076,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0808, 0, 0, chip_8076 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8077,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0808, 0, 0, chip_8077 },
|
||||
{ PCI_VENDOR_ID_ADAPTEC2, 0x8074,
|
||||
PCI_VENDOR_ID_ADAPTEC2, 0x0404, 0, 0, chip_8074 },
|
||||
{} /* terminate list */
|
||||
};
|
||||
|
||||
@@ -1108,8 +1135,11 @@ module_init(pm8001_init);
|
||||
module_exit(pm8001_exit);
|
||||
|
||||
MODULE_AUTHOR("Jack Wang <jack_wang@usish.com>");
|
||||
MODULE_AUTHOR("Anand Kumar Santhanam <AnandKumar.Santhanam@pmcs.com>");
|
||||
MODULE_AUTHOR("Sangeetha Gnanasekaran <Sangeetha.Gnanasekaran@pmcs.com>");
|
||||
MODULE_DESCRIPTION(
|
||||
"PMC-Sierra PM8001/8081/8088/8089 SAS/SATA controller driver");
|
||||
"PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 "
|
||||
"SAS/SATA controller driver");
|
||||
MODULE_VERSION(DRV_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DEVICE_TABLE(pci, pm8001_pci_table);
|
||||
|
Reference in New Issue
Block a user