Date: Fri, 22 Jan 2021 16:43:55 GMT From: Alexander Motin <mav@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: bec67897b0c5 - stable/12 - Add Intel Gemini Lake AHCI ID. Message-ID: <202101221643.10MGht1i032066@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bec67897b0c501f6bc32a6f5072087e11fe5622a commit bec67897b0c501f6bc32a6f5072087e11fe5622a Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2021-01-15 14:53:35 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2021-01-22 16:43:45 +0000 Add Intel Gemini Lake AHCI ID. Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> (cherry picked from commit 006e2b2b8285842216ceb914a4cf828c89c2d7f7) --- sys/dev/ahci/ahci_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 1ff0d5a873a1..ab440e0c8522 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -180,6 +180,7 @@ static const struct { {0x1f3e8086, 0x00, "Intel Avoton (RAID)", 0}, {0x1f3f8086, 0x00, "Intel Avoton (RAID)", 0}, {0x23a38086, 0x00, "Intel Coleto Creek", 0}, + {0x31e38086, 0x00, "Intel Gemini Lake", 0}, {0x5ae38086, 0x00, "Intel Apollo Lake", 0}, {0x8c028086, 0x00, "Intel Lynx Point", 0}, {0x8c038086, 0x00, "Intel Lynx Point", 0},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101221643.10MGht1i032066>