|
@@ -427,10 +427,13 @@ static void *pnv_eeh_probe(struct pci_dn *pdn, void *data)
|
|
|
* that PE to block its config space.
|
|
|
*
|
|
|
* 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 == 0x1657) ||
|
|
|
+ (pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
|
|
+ pdn->device_id == 0x168a) ||
|
|
|
(pdn->vendor_id == PCI_VENDOR_ID_BROADCOM &&
|
|
|
pdn->device_id == 0x168e))
|
|
|
edev->pe->state |= EEH_PE_CFG_RESTRICTED;
|