git: 4565eeaccddf - main - linuxkpi: Define `PCI_CLASS_BRIDGE_HOST`

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Sat, 15 Aug 2026 18:28:35 UTC
The branch main has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/src/commit/?id=4565eeaccddfd849aaea6079082b4b2979630dd3

commit 4565eeaccddfd849aaea6079082b4b2979630dd3
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-08-15 18:27:13 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-08-15 18:27:13 +0000

    linuxkpi: Define `PCI_CLASS_BRIDGE_HOST`
    
    The i915 DRM driver started to use it in Linux 6.15.
    
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: reviews.freebsd.org/D58250
---
 sys/compat/linuxkpi/common/include/linux/pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/pci_ids.h b/sys/compat/linuxkpi/common/include/linux/pci_ids.h
index e318f6f75ce7..8c56a96cbffb 100644
--- a/sys/compat/linuxkpi/common/include/linux/pci_ids.h
+++ b/sys/compat/linuxkpi/common/include/linux/pci_ids.h
@@ -37,6 +37,7 @@
 #define	PCI_CLASS_DISPLAY_OTHER		0x0380
 
 #define	PCI_BASE_CLASS_BRIDGE		0x06
+#define	PCI_CLASS_BRIDGE_HOST		0x0600
 #define	PCI_CLASS_BRIDGE_ISA		0x0601
 
 #define	PCI_CLASS_ACCELERATOR_PROCESSING	0x1200