diff options
author | jhb <jhb@FreeBSD.org> | 2016-12-02 00:23:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-12-02 00:23:10 +0000 |
commit | 324de30152c34a24562b97cd00eb1b7cdab30719 (patch) | |
tree | 924ff1dd007ab6cb1abeab5417f071748520adcd | |
parent | c5bd6a3ab0cf813e93f5f60d250280517f8ddc47 (diff) | |
download | FreeBSD-src-324de30152c34a24562b97cd00eb1b7cdab30719.zip FreeBSD-src-324de30152c34a24562b97cd00eb1b7cdab30719.tar.gz |
MFC 297797:
cxgbe(4): Provide an explicit value for nqpcq in the firmware
configuration file.
Sponsored by: Chelsio Communications
-rw-r--r-- | sys/dev/cxgbe/firmware/t5fw_cfg.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/firmware/t5fw_cfg.txt b/sys/dev/cxgbe/firmware/t5fw_cfg.txt index 9cb7c83..0915d8b 100644 --- a/sys/dev/cxgbe/firmware/t5fw_cfg.txt +++ b/sys/dev/cxgbe/firmware/t5fw_cfg.txt @@ -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$ # |