mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe(4): Provide an explicit value for nqpcq in the firmware
configuration file.
This commit is contained in:
parent
e45e8680ed
commit
2829f76d1a
1 changed files with 2 additions and 1 deletions
|
|
@ -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$
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue