Author: emaste
Date: Mon Nov  2 19:01:20 2009
New Revision: 198817
URL: http://svn.freebsd.org/changeset/base/198817

Log:
  MFC r197011:
  
    Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious
    "COMMAND 0x........ TIMEOUT AFTER .. SECONDS" messages.  Any commands
    that get truly stuck will still trigger the warning and the hardware
    health check, just a little bit later.

Modified:
  stable/6/sys/   (props changed)
  stable/6/sys/conf/   (props changed)
  stable/6/sys/contrib/pf/   (props changed)
  stable/6/sys/dev/aac/aacvar.h
  stable/6/sys/dev/cxgb/   (props changed)

Modified: stable/6/sys/dev/aac/aacvar.h
==============================================================================
--- stable/6/sys/dev/aac/aacvar.h       Mon Nov  2 18:51:24 2009        
(r198816)
+++ stable/6/sys/dev/aac/aacvar.h       Mon Nov  2 19:01:20 2009        
(r198817)
@@ -88,7 +88,7 @@
 /*
  * Timeout for normal commands
  */
-#define AAC_CMD_TIMEOUT                30              /* seconds */
+#define AAC_CMD_TIMEOUT                120             /* seconds */
 
 /*
  * Rate at which we periodically check for timed out commands and kick the
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to