Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111920
b: refs/heads/master
c: 6c2a9ef
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and Jeff Garzik committed Sep 25, 2008
1 parent ba8c352 commit 9b8cf96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a4e77d063d61e4703db813470fefe90dac672b55
refs/heads/master: 6c2a9efadec464f848b18216e41783d3c01c7d10
6 changes: 4 additions & 2 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4671,13 +4671,15 @@ static void e1000_eeprom_checks(struct e1000_adapter *adapter)
ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &buf);
if (!(le16_to_cpu(buf) & (1 << 0))) {
/* Deep Smart Power Down (DSPD) */
e_warn("Warning: detected DSPD enabled in EEPROM\n");
dev_warn(&adapter->pdev->dev,
"Warning: detected DSPD enabled in EEPROM\n");
}

ret_val = e1000_read_nvm(hw, NVM_INIT_3GIO_3, 1, &buf);
if (le16_to_cpu(buf) & (3 << 2)) {
/* ASPM enable */
e_warn("Warning: detected ASPM enabled in EEPROM\n");
dev_warn(&adapter->pdev->dev,
"Warning: detected ASPM enabled in EEPROM\n");
}
}

Expand Down

0 comments on commit 9b8cf96

Please sign in to comment.