Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109463
b: refs/heads/master
c: 0b62afb
h: refs/heads/master
i:
  109461: 36fc0d7
  109459: 417615f
  109455: ffc47da
v: v3
  • Loading branch information
Dhananjay Phadke authored and Jeff Garzik committed Sep 3, 2008
1 parent 512f4c8 commit 192a126
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2dcc9ff7efc701f76883356bdbaf1134039e5fa5
refs/heads/master: 0b62afb432d807482a6808508112d1baf29f3798
10 changes: 0 additions & 10 deletions trunk/drivers/net/netxen/netxen_nic_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,16 +359,6 @@ static void netxen_pcie_strap_init(struct netxen_adapter *adapter)
int i, pos;
struct pci_dev *pdev;

pdev = pci_get_device(0x1166, 0x0140, NULL);
if (pdev) {
pci_dev_put(pdev);
adapter->hw_read_wx(adapter,
NETXEN_PCIE_REG(PCIE_TGT_SPLIT_CHICKEN), &chicken, 4);
chicken |= 0x4000;
adapter->hw_write_wx(adapter,
NETXEN_PCIE_REG(PCIE_TGT_SPLIT_CHICKEN), &chicken, 4);
}

pdev = adapter->pdev;

adapter->hw_read_wx(adapter,
Expand Down

0 comments on commit 192a126

Please sign in to comment.