svn path=/dists/trunk/linux-2.6/; revision=7854
This commit is contained in:
Martin Michlmayr 2006-11-19 19:17:11 +00:00
parent 689f73e041
commit 315ec45418
1 changed files with 10 additions and 13 deletions

View File

@ -15,9 +15,8 @@ Grundler of linux-parsic. This patch matches the tulip driver follow the
specs laid out by the manufacture. On 32 bit this patch seemed to make
the tulip more responsive on my RaQ2 systems.
diff -urN linux-mips/drivers/net/tulip/media.c new/drivers/net/tulip/media.c
--- linux-mips/drivers/net/tulip/media.c 2006-01-10 11:21:43.000000000 +0000
+++ new/drivers/net/tulip/media.c 2006-01-16 16:54:50.000000000 +0000
--- a/drivers/net/tulip/media.c 2006-11-19 19:15:04.000000000 +0000
+++ b/drivers/net/tulip/media.c 2006-11-19 19:15:11.000000000 +0000
@@ -44,8 +44,10 @@
/* MII transceiver control section.
@ -70,10 +69,9 @@ diff -urN linux-mips/drivers/net/tulip/media.c new/drivers/net/tulip/media.c
return;
}
diff -urN linux-mips/drivers/net/tulip/tulip.h new/drivers/net/tulip/tulip.h
--- linux-mips/drivers/net/tulip/tulip.h 2006-01-10 11:21:43.000000000 +0000
+++ new/drivers/net/tulip/tulip.h 2006-01-16 16:54:50.000000000 +0000
@@ -474,8 +474,11 @@
--- a/drivers/net/tulip/tulip.h 2006-11-19 19:14:20.000000000 +0000
+++ b/drivers/net/tulip/tulip.h 2006-11-19 19:15:11.000000000 +0000
@@ -489,8 +489,11 @@
udelay(10);
if (!i)
@ -87,19 +85,18 @@ diff -urN linux-mips/drivers/net/tulip/tulip.h new/drivers/net/tulip/tulip.h
}
}
diff -urN linux-mips/drivers/net/tulip/tulip_core.c new/drivers/net/tulip/tulip_core.c
--- linux-mips/drivers/net/tulip/tulip_core.c 2006-01-10 11:21:43.000000000 +0000
+++ new/drivers/net/tulip/tulip_core.c 2006-01-16 16:54:50.000000000 +0000
@@ -22,7 +22,7 @@
--- a/drivers/net/tulip/tulip_core.c 2006-11-19 19:15:09.000000000 +0000
+++ b/drivers/net/tulip/tulip_core.c 2006-11-19 19:15:11.000000000 +0000
@@ -21,7 +21,7 @@
#else
#define DRV_VERSION "1.1.13"
#define DRV_VERSION "1.1.14"
#endif
-#define DRV_RELDATE "May 11, 2002"
+#define DRV_RELDATE "December 15, 2004"
#include <linux/module.h>
@@ -1505,8 +1505,8 @@
@@ -1493,8 +1493,8 @@
(PCI_SLOT(pdev->devfn) == 12))) {
/* Cobalt MAC address in first EEPROM locations. */
sa_offset = 0;