diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2023-08-16 16:49:34 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2023-08-17 18:34:23 +0000 |
| commit | 51e235148a4becba94e824a44bd69687644a7f56 (patch) | |
| tree | 8a2cccd058d801e16ff4581cc0f62918760ec51e /sys/dev/iavf | |
| parent | ece58eaf500974ba4ab1b56420414bf971a17ef7 (diff) | |
Diffstat (limited to 'sys/dev/iavf')
| -rw-r--r-- | sys/dev/iavf/iavf_drv_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iavf/iavf_drv_info.h b/sys/dev/iavf/iavf_drv_info.h index ed8e05fe9727..5a84a30662a8 100644 --- a/sys/dev/iavf/iavf_drv_info.h +++ b/sys/dev/iavf/iavf_drv_info.h @@ -66,7 +66,7 @@ const char iavf_driver_version[] = "3.0.26-k"; * to most-generic entry; e.g. PVIDV_OEM()s for a device ID must come before * the PVIDV() for it. */ -static pci_vendor_info_t iavf_vendor_info_array[] = { +static const pci_vendor_info_t iavf_vendor_info_array[] = { PVIDV(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_VF, "Intel(R) Ethernet Virtual Function 700 Series"), PVIDV(IAVF_INTEL_VENDOR_ID, IAVF_DEV_ID_X722_VF, |
