Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2026 16:28:26 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 02d7be3b3cc1 - stable/15 - vnic: Add missing #include
Message-ID:  <6a3ab42a.27006.c2cf11@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=02d7be3b3cc1bb3260906eae4aee75ae9ee2d295

commit 02d7be3b3cc1bb3260906eae4aee75ae9ee2d295
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-05-19 17:18:00 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-06-23 16:17:28 +0000

    vnic: Add missing #include
    
    Reported by:    bz, olivier
    Fixes:          6dc813301a17 ("sys: Use is_pci_device instead of direct comparisons to devclasses")
    Sponsored by:   Chelsio Communications
    (cherry picked from commit 8c9dc47b5fcaf58a89b1511118b78a65737b20cc)
---
 sys/dev/vnic/thunder_bgx_fdt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/vnic/thunder_bgx_fdt.c b/sys/dev/vnic/thunder_bgx_fdt.c
index d8c5459f2914..e038c0b728eb 100644
--- a/sys/dev/vnic/thunder_bgx_fdt.c
+++ b/sys/dev/vnic/thunder_bgx_fdt.c
@@ -52,6 +52,7 @@
 #include <dev/ofw/openfirm.h>
 #include <dev/ofw/ofw_bus.h>
 #include <dev/mii/miivar.h>
+#include <dev/pci/pcivar.h>
 
 #include "thunder_bgx.h"
 #include "thunder_bgx_var.h"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ab42a.27006.c2cf11>