Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2013 02:37:40 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r253407 - head/sys/dev/cxgbe/firmware
Message-ID:  <201307170237.r6H2be1c096185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307170237.r6H2be1c096185>