From nobody Sun Dec 19 02:44:39 2021 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 52F6218E4DDA; Sun, 19 Dec 2021 02:44:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JGnB035p1z4qgV; Sun, 19 Dec 2021 02:44:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79B741ADB0; Sun, 19 Dec 2021 02:44:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BJ2idhb012842; Sun, 19 Dec 2021 02:44:39 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BJ2id3s012841; Sun, 19 Dec 2021 02:44:39 GMT (envelope-from git) Date: Sun, 19 Dec 2021 02:44:39 GMT Message-Id: <202112190244.1BJ2id3s012841@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 3a5ac549a4a6 - stable/13 - pci: add missing PCI id of Coffee Lake GPU List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 3a5ac549a4a63faf64334fe5d4933bd63e3c8264 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639881880; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=n0hBloxrdC1auNRFCLNt1heWGDm+QhaiJlutAjd/fTk=; b=gH5Q4frJRxiTbb4PbnSkVxtwYnOKbJdWa+cT7tyZCwMoQwPjcJ81RXzFAGBQeA6cc4tlwZ lAVqOiQSdebvWvQu3Dr3M+r4fTnTWGxDpSvoFAnYdc/H6bjj3RsqRVSC74wNWxbuaLT2YK X2cERWvAZqQ/LPN4d4rsCvYBXMQciS5pLFrY34VgjCTr1AwlhvKJ6K4wX4x1Glvf+3KtRs b5E44lrBTg101qnwMpLUrN22o4Io5JMMKt96dgPMBGq7UUuhbWSGW5hekdF3BV/ega35+2 sGz8iKqcgJxTfR9hoSCitiplsXzNODvR9e5n4ilXB1FmM0044myV/YL8MF+dxQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639881880; a=rsa-sha256; cv=none; b=SxZZ9KI/ntzgAILaZCK/90pcWZVwR8em2qDZx13s1lUk/sfBxo7ghC1XYnUpiOzctp1kp9 nMxImyG1odz1gDgvEYP3cBmAjDYheUk9Kze5buKYU98XdeOxiPjbTCnoDIyNbkDcEvhqOO bjPCfutbzLT9LIBa0LTmv9v+HjsG6szxflriPkDW6sZKVWUNebxVSejT2D4j/f7Rvi0c6N 1L9GZZUqxD/0DW2qKqts5lsbQ5VmFRSOlcB/PkNFDSWb6J7vdGelHhHDkJs+MgaxBBFAdb Vk2/PolDpODTtZC2mkBo2yMNU/ce406Q9h11iAbTniuDwJlvfYr1VUUd6QvN2A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3a5ac549a4a63faf64334fe5d4933bd63e3c8264 commit 3a5ac549a4a63faf64334fe5d4933bd63e3c8264 Author: Corvin Köhne AuthorDate: 2021-12-17 21:09:32 +0000 Commit: Konstantin Belousov 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 */