aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/enic
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2023-08-16 16:49:34 +0000
committerMarius Strobl <marius@FreeBSD.org>2023-08-17 18:34:23 +0000
commit51e235148a4becba94e824a44bd69687644a7f56 (patch)
tree8a2cccd058d801e16ff4581cc0f62918760ec51e /sys/dev/enic
parentece58eaf500974ba4ab1b56420414bf971a17ef7 (diff)
Diffstat (limited to 'sys/dev/enic')
-rw-r--r--sys/dev/enic/if_enic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/enic/if_enic.c b/sys/dev/enic/if_enic.c
index a386191a51ef..b2fc3af56006 100644
--- a/sys/dev/enic/if_enic.c
+++ b/sys/dev/enic/if_enic.c
@@ -57,7 +57,7 @@
static SYSCTL_NODE(_hw, OID_AUTO, enic, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
"ENIC");
-static pci_vendor_info_t enic_vendor_info_array[] =
+static const pci_vendor_info_t enic_vendor_info_array[] =
{
PVID(CISCO_VENDOR_ID, PCI_DEVICE_ID_CISCO_VIC_ENET,
DRV_DESCRIPTION),