svn commit: r309379 - stable/10/sys/dev/cxgbe/firmware

John Baldwin jhb at FreeBSD.org
Fri Dec 2 00:23:11 UTC 2016


Author: jhb
Date: Fri Dec  2 00:23:10 2016
New Revision: 309379
URL: https://svnweb.freebsd.org/changeset/base/309379

Log:
  MFC 297797:
  cxgbe(4): Provide an explicit value for nqpcq in the firmware
  configuration file.
  
  Sponsored by:	Chelsio Communications

Modified:
  stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt
==============================================================================
--- stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Thu Dec  1 23:38:52 2016	(r309378)
+++ stable/10/sys/dev/cxgbe/firmware/t5fw_cfg.txt	Fri Dec  2 00:23:10 2016	(r309379)
@@ -131,6 +131,7 @@
 	niqflint = 512
 	nethctrl = 1024
 	neq = 2048
+	nqpcq = 8192
 	nexactf = 328
 	cmask = all
 	pmask = all
@@ -215,7 +216,7 @@
 
 [fini]
 	version = 0x1
-	checksum = 0xebb87494
+	checksum = 0x168d5243
 #
 # $FreeBSD$
 #


More information about the svn-src-all mailing list