Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35137
b: refs/heads/master
c: f5c7db1
h: refs/heads/master
i:
  35135: b8bf32c
v: v3
  • Loading branch information
Jeff Garzik committed Aug 10, 2006
1 parent 3763e4a commit d231e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: e714d99cacac976deac3239c89f2c9e3125649b6
refs/heads/master: f5c7db1c915ddad32deda2afcdf7ecf1d84fc8fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ static int myri10ge_resume(struct pci_dev *pdev)
}

myri10ge_reset(mgp);
myri10ge_dummy_rdma(mgp, mgp->tx.boundary != 4096);
myri10ge_dummy_rdma(mgp, 1);

/* Save configuration space to be restored if the
* nic resets due to a parity error */
Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ static void sky2_set_power_state(struct sky2_hw *hw, pci_power_t state)
if (hw->ports > 1)
reg1 |= PCI_Y2_PHY2_COMA;
}
sky2_pci_write32(hw, PCI_DEV_REG1, reg1);
udelay(100);

if (hw->chip_id == CHIP_ID_YUKON_EC_U) {
sky2_pci_write32(hw, PCI_DEV_REG3, 0);
Expand All @@ -247,9 +249,6 @@ static void sky2_set_power_state(struct sky2_hw *hw, pci_power_t state)
sky2_pci_write32(hw, PCI_DEV_REG5, 0);
}

sky2_pci_write32(hw, PCI_DEV_REG1, reg1);
udelay(100);

break;

case PCI_D3hot:
Expand Down

0 comments on commit d231e82

Please sign in to comment.