|
@@ -412,11 +412,14 @@ static void *pnv_eeh_probe(struct pci_dn *pdn, void *data)
|
|
|
* been set for the PE, we will set EEH_PE_CFG_BLOCKED for
|
|
|
* that PE to block its config space.
|
|
|
*
|
|
|
+ * Broadcom BCM5718 2-ports NICs (14e4:1656)
|
|
|
* Broadcom Austin 4-ports NICs (14e4:1657)
|
|
|
* Broadcom Shiner 4-ports 1G NICs (14e4:168a)
|
|
|
* Broadcom Shiner 2-ports 10G NICs (14e4:168e)
|
|
|
*/
|
|
|
if ((pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
|
|
+ pdn->device_id == 0x1656) ||
|
|
|
+ (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
|
|
pdn->device_id == 0x1657) ||
|
|
|
(pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
|
|
pdn->device_id == 0x168a) ||
|