Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73609
b: refs/heads/master
c: 5f60891
h: refs/heads/master
i:
  73607: 86f34b3
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Nov 13, 2007
1 parent 2acce7b commit 99bd1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 662f38d242488cfdcda7b3684ac610d3e4d568a7
refs/heads/master: 5f60891b80f1a0f0a0015b084f4838ae8b9637c7
3 changes: 3 additions & 0 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -10610,6 +10610,9 @@ static void __devinit tg3_get_eeprom_hw_cfg(struct tg3 *tp)
tp->pdev->subsystem_vendor == PCI_VENDOR_ID_DELL)
tp->led_ctrl = LED_CTRL_MODE_PHY_2;

if (tp->pci_chip_rev_id == CHIPREV_ID_5784_A0)
tp->led_ctrl = LED_CTRL_MODE_MAC;

if (nic_cfg & NIC_SRAM_DATA_CFG_EEPROM_WP) {
tp->tg3_flags |= TG3_FLAG_EEPROM_WRITE_PROT;
if ((tp->pdev->subsystem_vendor ==
Expand Down

0 comments on commit 99bd1fc

Please sign in to comment.