svn commit: r197011 - head/sys/dev/aac

Ed Maste emaste at FreeBSD.org
Wed Sep 9 03:41:41 UTC 2009


Author: emaste
Date: Wed Sep  9 03:41:40 2009
New Revision: 197011
URL: http://svn.freebsd.org/changeset/base/197011

Log:
  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:
  head/sys/dev/aac/aacvar.h

Modified: head/sys/dev/aac/aacvar.h
==============================================================================
--- head/sys/dev/aac/aacvar.h	Wed Sep  9 03:36:43 2009	(r197010)
+++ head/sys/dev/aac/aacvar.h	Wed Sep  9 03:41:40 2009	(r197011)
@@ -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-all mailing list