From 1ad9a112751e54d95749412c9bf1ee205b6f7bdb Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Thu, 31 May 2007 14:49:51 -0700 Subject: [PATCH] --- yaml --- r: 57323 b: refs/heads/master c: 007a880d627aee0e854e793099bb33d0c1130678 h: refs/heads/master i: 57321: e22c07b93ca799a5f62e7e6955c796a6e1c8841c 57319: 6dd95fdbd3ba45580dc7ca41e7aa8e79eccf26a5 v: v3 --- [refs] | 2 +- trunk/drivers/net/tg3.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b1b6c276f01d..0d96586ca29a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c92b4e50ef926d1e26fcc056a520e4a7d12478c +refs/heads/master: 007a880d627aee0e854e793099bb33d0c1130678 diff --git a/trunk/drivers/net/tg3.c b/trunk/drivers/net/tg3.c index 023779a581fd..2f3184184ad9 100644 --- a/trunk/drivers/net/tg3.c +++ b/trunk/drivers/net/tg3.c @@ -64,8 +64,8 @@ #define DRV_MODULE_NAME "tg3" #define PFX DRV_MODULE_NAME ": " -#define DRV_MODULE_VERSION "3.76" -#define DRV_MODULE_RELDATE "May 5, 2007" +#define DRV_MODULE_VERSION "3.77" +#define DRV_MODULE_RELDATE "May 31, 2007" #define TG3_DEF_MAC_MODE 0 #define TG3_DEF_RX_MODE 0 @@ -10961,6 +10961,7 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) * upon subsystem IDs. */ if (tp->pdev->subsystem_vendor == PCI_VENDOR_ID_DELL && + GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5701 && !(tp->tg3_flags2 & TG3_FLG2_PHY_SERDES)) { tp->tg3_flags |= (TG3_FLAG_USE_MI_INTERRUPT | TG3_FLAG_USE_LINKCHG_REG);