Author: np
Date: Mon Jul 29 19:21:54 2013
New Revision: 253777
URL: http://svnweb.freebsd.org/changeset/base/253777

Log:
  MFC r253407:
  Specify a timeout for the PL block.
  
  Approved by:  re (kib)

Modified:
  stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/dev/   (props changed)

Modified: stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt        Mon Jul 29 19:17:11 
2013        (r253776)
+++ stable/9/sys/dev/cxgbe/firmware/t5fw_cfg.txt        Mon Jul 29 19:21:54 
2013        (r253777)
@@ -12,6 +12,9 @@
        rss_glb_config_mode = basicvirtual
        rss_glb_config_options = tnlmapen, hashtoeplitz, tnlalllkp
 
+       # PL_TIMEOUT register
+       pl_timeout_value = 200          # the timeout value in units of us
+
        sge_timer_value = 1, 5, 10, 50, 100, 200        # usecs
 
        # TP_SHIFT_CNT
@@ -145,7 +148,7 @@
 
 [fini]
        version = 0x1
-       checksum = 0xb2417251
+       checksum = 0x93f11b53
 #
 # $FreeBSD$
 #
_______________________________________________
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