changeset 9918:dd75fc2aa755

6829747 underlying interfaces become unusable after running aggr test cases
author yong tan - Sun Microsystems - Beijing China <Yong.Tan@Sun.COM>
date Sat, 20 Jun 2009 16:53:58 +0800
parents 4de88cdeac3d
children 939a08fcdd44
files usr/src/uts/common/io/bge/bge_main2.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/bge/bge_main2.c	Fri Jun 19 17:22:46 2009 -0700
+++ b/usr/src/uts/common/io/bge/bge_main2.c	Sat Jun 20 16:53:58 2009 +0800
@@ -37,7 +37,7 @@
 /*
  * Make sure you keep the version ID up to date!
  */
-static char bge_version[] = "Broadcom Gb Ethernet v1.07";
+static char bge_version[] = "Broadcom Gb Ethernet v1.08";
 
 /*
  * Property names
@@ -558,6 +558,7 @@
 		mutex_exit(bgep->genlock);
 		return (EIO);
 	}
+	bgep->watchdog = 0;
 	bgep->bge_mac_state = BGE_MAC_STARTED;
 	BGE_DEBUG(("bge_m_start($%p) done", arg));