Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3490
b: refs/heads/master
c: b18f209
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jun 27, 2005
1 parent fd217ec commit 7f6651e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 391 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: 4707953454677f985289b4e4bcbea41f0cc651c2
refs/heads/master: b18f2091bc9f93548ea63752278fceaeacedab20
12 changes: 2 additions & 10 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,6 @@ static void skge_led_on(struct skge_hw *hw, int port)
xm_phy_write(hw, port, PHY_BCOM_P_EXT_CTRL,
PHY_B_PEC_LED_ON);
break;
case SK_PHY_LONE:
xm_phy_write(hw, port, PHY_LONE_LED_CFG,
0x0800);
break;
default:
skge_write8(hw, SK_REG(port, TX_LED_TST), LED_T_ON);
skge_write32(hw, SK_REG(port, TX_LED_VAL), 100);
Expand Down Expand Up @@ -670,10 +666,6 @@ static void skge_led_off(struct skge_hw *hw, int port)
xm_phy_write(hw, port, PHY_BCOM_P_EXT_CTRL,
PHY_B_PEC_LED_OFF);
break;
case SK_PHY_LONE:
xm_phy_write(hw, port, PHY_LONE_LED_CFG,
PHY_L_LC_LEDT);
break;
default:
skge_write32(hw, SK_REG(port, TX_LED_VAL), 0);
skge_write8(hw, SK_REG(port, TX_LED_CTRL), LED_T_OFF);
Expand Down Expand Up @@ -1202,7 +1194,7 @@ static void genesis_mac_init(struct skge_hw *hw, int port)
case SK_PHY_BCOM:
ctrl1 = PHY_CT_SP1000;
ctrl2 = 0;
ctrl3 = PHY_SEL_TYPE;
ctrl3 = PHY_AN_CSMA;
ctrl4 = PHY_B_PEC_EN_LTR;
ctrl5 = PHY_B_AC_TX_TST;

Expand Down Expand Up @@ -1624,7 +1616,7 @@ static void yukon_init(struct skge_hw *hw, int port)

ctrl = 0;
ct1000 = 0;
adv = PHY_SEL_TYPE;
adv = PHY_AN_CSMA;

if (skge->autoneg == AUTONEG_ENABLE) {
if (iscopper(hw)) {
Expand Down
Loading

0 comments on commit 7f6651e

Please sign in to comment.