PERFORCE change 126835 for review

Kip Macy kmacy at FreeBSD.org
Wed Sep 26 13:40:09 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=126835

Change 126835 by kmacy at kmacy_home:ethng on 2007/09/26 20:40:03

	increase delay in shutdown to avoid destroying the port lock 
	before the last call to the tick handler

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/cxgb_main.c#21 edit

Differences ...

==== //depot/projects/ethng/src/sys/dev/cxgb/cxgb_main.c#21 (text+ko) ====

@@ -1023,7 +1023,7 @@
 
 	ether_ifdetach(p->ifp);
 	printf("waiting for callout to stop ...");
-	DELAY(10000);
+	DELAY(100000);
 	printf("done\n");
 	/*
 	 * the lock may be acquired in ifdetach


More information about the p4-projects mailing list