Date: Sun, 19 Dec 2021 02:44:39 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3a5ac549a4a6 - stable/13 - pci: add missing PCI id of Coffee Lake GPU Message-ID: <202112190244.1BJ2id3s012841@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3a5ac549a4a63faf64334fe5d4933bd63e3c8264 commit 3a5ac549a4a63faf64334fe5d4933bd63e3c8264 Author: Corvin Köhne <CorvinK@beckhoff.com> AuthorDate: 2021-12-17 21:09:32 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-12-19 02:42:52 +0000 pci: add missing PCI id of Coffee Lake GPU (cherry picked from commit 16f02a4cb4594326b6687eeedde5feb9cb40cba4) --- sys/x86/pci/pci_early_quirks.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/x86/pci/pci_early_quirks.h b/sys/x86/pci/pci_early_quirks.h index ed5ae0767a48..fcb8e3ab1f1e 100644 --- a/sys/x86/pci/pci_early_quirks.h +++ b/sys/x86/pci/pci_early_quirks.h @@ -413,6 +413,7 @@ INTEL_VGA_DEVICE(0x3E91, info), /* SRV GT2 */ \ INTEL_VGA_DEVICE(0x3E92, info), /* SRV GT2 */ \ INTEL_VGA_DEVICE(0x3E96, info), /* SRV GT2 */ \ + INTEL_VGA_DEVICE(0x3E98, info), /* SRV GT2 */ \ INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */ /* CFL H */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112190244.1BJ2id3s012841>