int i;
for (i = 0; i < tp->mtable->leafcount; i++)
if (tp->mtable->mleaf[i].media == dev->if_port) {
+ int startup = ! ((tp->chip_id == DC21143 && tp->revision == 65));
tp->cur_index = i;
- tulip_select_media(dev, 1);
+ tulip_select_media(dev, startup);
setup_done = 1;
break;
}
+2002-05-11 Juan Quintela <quintela@mandrakesoft.com>
+
+ * 21142.c (t21142_lnk_change): Revert earlier patch
+ to always reset phy; only conditionally do so now.
+
2002-05-03 Jeff Garzik <jgarzik@mandrakesoft.com>
* tulip_core (tulip_pci_tbl): Add new "comet"
*/
#define DRV_NAME "tulip"
-#define DRV_VERSION "1.1.12"
-#define DRV_RELDATE "Mar 07, 2002"
+#define DRV_VERSION "1.1.13"
+#define DRV_RELDATE "May 11, 2002"
#include <linux/config.h>
#include <linux/module.h>