Skip to content

Commit

Permalink
[PATCH] myri10ge - Drop ununsed nvidia chipset id
Browse files Browse the repository at this point in the history
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: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
brice@myri.com authored and Jeff Garzik committed Jul 5, 2006
1 parent ec59097 commit 18ac544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_PCIE 0x005d

static void myri10ge_enable_ecrc(struct myri10ge_priv *mgp)
{
struct pci_dev *bridge = mgp->pdev->bus->self;
Expand Down

0 comments on commit 18ac544

Please sign in to comment.