svn commit: r198809 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/aac dev/xen/xenpci

Ed Maste emaste at FreeBSD.org
Mon Nov 2 16:54:24 UTC 2009


Author: emaste
Date: Mon Nov  2 16:54:23 2009
New Revision: 198809
URL: http://svn.freebsd.org/changeset/base/198809

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/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/aac/aacvar.h
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/aac/aacvar.h
==============================================================================
--- stable/8/sys/dev/aac/aacvar.h	Mon Nov  2 16:49:57 2009	(r198808)
+++ stable/8/sys/dev/aac/aacvar.h	Mon Nov  2 16:54:23 2009	(r198809)
@@ -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


More information about the svn-src-stable-8 mailing list