I'd like to remove the attached old patch from my linux-ia64-2.5 tree. If anybody thinks it's still needed, please speak up now. Thanks, --david diff -Nru a/drivers/net/tulip/media.c b/drivers/net/tulip/media.c --- a/drivers/net/tulip/media.c Mon Jan 12 15:37:12 2004 +++ b/drivers/net/tulip/media.c Mon Jan 12 15:37:12 2004 @@ -278,6 +278,10 @@ for (i = 0; i < init_length; i++) outl(init_sequence[i], ioaddr + CSR12); } + + (void) inl(ioaddr + CSR6); /* flush CSR12 writes */ + udelay(500); /* Give MII time to recover */ + tmp_info = get_u16(&misc_info[1]); if (tmp_info) tp->advertising[phy_num] = tmp_info | 1; - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Mon Jan 12 19:14:31 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:21 EST