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

Navdeep Parhar np at FreeBSD.org
Mon Apr 11 02:19:01 UTC 2016


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


More information about the svn-src-head mailing list