# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.2191 -> 1.2192 # drivers/net/tg3.c 1.203 -> 1.204 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 04/09/14 root@lnx42.localdomain 1.2192 # tg3.c: # - fixed small thinko for hw autoneg fallback to 1000FD # -------------------------------------------- # diff -Nru a/drivers/net/tg3.c b/drivers/net/tg3.c --- a/drivers/net/tg3.c Tue Sep 14 22:13:16 2004 +++ b/drivers/net/tg3.c Tue Sep 14 22:13:16 2004 @@ -2168,7 +2168,7 @@ else val |= 0x4010880; - tw32_f(MAC_SERDES_CFG, serdes_cfg); + tw32_f(MAC_SERDES_CFG, val); } tw32_f(SG_DIG_CTRL, 0x01388400);