svn commit: r253777 - stable/9/sys/dev/cxgbe/firmware

Navdeep Parhar np at FreeBSD.org
Mon Jul 29 19:21:55 UTC 2013


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$
 #


More information about the svn-src-all mailing list