Commit 18ac5443 authored by brice@myri.com's avatar brice@myri.com Committed by Jeff Garzik

[PATCH] myri10ge - Drop ununsed nvidia chipset id

The workaround for the AER capability of the nVidia chipset has been
removed, we don't need this PCI id anymore. Drop it.
Signed-off-by: default avatarBrice Goglin <brice@myri.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent ec590970
...@@ -2196,8 +2196,6 @@ static int myri10ge_change_mtu(struct net_device *dev, int new_mtu) ...@@ -2196,8 +2196,6 @@ static int myri10ge_change_mtu(struct net_device *dev, int new_mtu)
* any other device, except if forced with myri10ge_ecrc_enable > 1. * any other device, except if forced with myri10ge_ecrc_enable > 1.
*/ */
#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_PCIE 0x005d
static void myri10ge_enable_ecrc(struct myri10ge_priv *mgp) static void myri10ge_enable_ecrc(struct myri10ge_priv *mgp)
{ {
struct pci_dev *bridge = mgp->pdev->bus->self; struct pci_dev *bridge = mgp->pdev->bus->self;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment