svn commit: r253407 - head/sys/dev/cxgbe/firmware

Navdeep Parhar np at FreeBSD.org
Wed Jul 17 02:37:41 UTC 2013


Author: np
Date: Wed Jul 17 02:37:40 2013
New Revision: 253407
URL: http://svnweb.freebsd.org/changeset/base/253407

Log:
  Specify a timeout for the PL block.
  
  MFC after:	3 days

Modified:
  head/sys/dev/cxgbe/firmware/t5fw_cfg.txt

Modified: head/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- head/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Wed Jul 17 01:34:25 2013	(r253406)
+++ head/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Wed Jul 17 02:37:40 2013	(r253407)
@@ -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$
 #


More information about the svn-src-head mailing list