Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2016 02:19:00 +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: r297797 - head/sys/dev/cxgbe/firmware
Message-ID:  <201604110219.u3B2J0V5048812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Mon Apr 11 02:18:59 2016
New Revision: 297797
URL: https://svnweb.freebsd.org/changeset/base/297797

Log:
  cxgbe(4): Provide an explicit value for nqpcq in the firmware
  configuration file.

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	Mon Apr 11 00:12:24 2016	(r297796)
+++ head/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Mon Apr 11 02:18:59 2016	(r297797)
@@ -151,6 +151,7 @@
 	niqflint = 512
 	nethctrl = 1024
 	neq = 2048
+	nqpcq = 8192
 	nexactf = 456
 	cmask = all
 	pmask = all
@@ -289,7 +290,7 @@
 
 [fini]
 	version = 0x1
-	checksum = 0x2d7417e5
+	checksum = 0x89c83d98
 #
 # $FreeBSD$
 #



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