Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85817
b: refs/heads/master
c: 0c254d8
h: refs/heads/master
i:
  85815: 5ae6fc3
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Feb 11, 2008
1 parent 5c50043 commit 6e26851
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23b66e2bc2bcebacab7292d7731b7372065b3f98
refs/heads/master: 0c254d863338ceff630814bf17cf8e4b61cb8aa3
8 changes: 8 additions & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2778,6 +2778,14 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev,
hw->mac.type, hw->phy.type,
(part_num >> 8), (part_num & 0xff));

if (link_width <= IXGBE_PCI_LINK_WIDTH_4) {
dev_warn(&pdev->dev, "PCI-Express bandwidth available for "
"this card is not sufficient for optimal "
"performance.\n");
dev_warn(&pdev->dev, "For optimal performance a x8 "
"PCI-Express slot is required.\n");
}

/* reset the hardware with the new settings */
ixgbe_start_hw(hw);

Expand Down

0 comments on commit 6e26851

Please sign in to comment.