git: 4565eeaccddf - main - linuxkpi: Define `PCI_CLASS_BRIDGE_HOST`
Jean-Sébastien Pédron <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a80afd3.361fb.9180962__26223.3303322986$1786818665$gmane$org@gitrepo.freebsd.org> |
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 <[email protected]> AuthorDate: 2026-08-15 18:27:13 +0000 Commit: Jean-Sébastien Pédron <[email protected]> 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