public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* old tulip patch
@ 2004-01-13  0:13 David Mosberger
  2004-01-13  1:00 ` Grant Grundler
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Mosberger @ 2004-01-13  0:13 UTC (permalink / raw)
  To: linux-ia64

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;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-01-13  1:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-13  0:13 old tulip patch David Mosberger
2004-01-13  1:00 ` Grant Grundler
2004-01-13  1:09 ` David Mosberger
2004-01-13  1:23 ` Grant Grundler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox