CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/11/19 00:28:52
Modified files:
sys/dev/pci : if_bnxt.c if_bnxtreg.h
Log message:
Prepare to update if_bnxtreg.h by renaming fields and constants to the
names used in the new version, and allowing for commands longer than the
HWRM request buffer, which must be submitted using the short (indirect)
command mechanism. HWRM commands are truncated to the maximum size
supported by the firmware, which is the same as the request buffer size
for all the hardware we currently support, but newer generations use
longer commands.
ok stsp@