From: Justin Cormack <kernel@street-vision.com> Date: Tue, 26 Feb 2002 15:52:45 +0000 (GMT) The lights indicate the correct speed on the card and switch, and also on crossover. Does this patch fix your problem? --- drivers/net/tg3.c.~3~ Tue Feb 26 18:51:33 2002 +++ drivers/net/tg3.c Tue Feb 26 20:29:51 2002 @@ -4362,7 +4362,7 @@ /* Only 5701 and later support tagged irq status mode. */ if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5701) { tp->tg3_flags |= TG3_FLAG_TAGGED_IRQ_STATUS; - misc_ctrl_reg |= MISC_HOST_CTRL_TAGGED_STATUS; + tp->misc_host_ctrl |= MISC_HOST_CTRL_TAGGED_STATUS; tp->coalesce_mode = (HOSTCC_MODE_CLRTICK_RXBD | HOSTCC_MODE_CLRTICK_TXBD); } else { - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html