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/vmware | |
| parent | ece58eaf500974ba4ab1b56420414bf971a17ef7 (diff) | |
Diffstat (limited to 'sys/dev/vmware')
| -rw-r--r-- | sys/dev/vmware/vmxnet3/if_vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vmware/vmxnet3/if_vmx.c b/sys/dev/vmware/vmxnet3/if_vmx.c index c819f3aae995..99e84e744d57 100644 --- a/sys/dev/vmware/vmxnet3/if_vmx.c +++ b/sys/dev/vmware/vmxnet3/if_vmx.c @@ -77,7 +77,7 @@ #define VMXNET3_VMWARE_VENDOR_ID 0x15AD #define VMXNET3_VMWARE_DEVICE_ID 0x07B0 -static pci_vendor_info_t vmxnet3_vendor_info_array[] = +static const pci_vendor_info_t vmxnet3_vendor_info_array[] = { PVID(VMXNET3_VMWARE_VENDOR_ID, VMXNET3_VMWARE_DEVICE_ID, "VMware VMXNET3 Ethernet Adapter"), /* required last entry */ |
