git: 9566c2ab4eda - stable/12 - MFC c834f30a0c16: Add new PCI ID for XHCI(4).

Hans Petter Selasky hselasky at FreeBSD.org
Tue Jan 12 16:51:09 UTC 2021


The branch stable/12 has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=9566c2ab4eda314a843d2f3dc72780accdc91927

commit 9566c2ab4eda314a843d2f3dc72780accdc91927
Author:     Hans Petter Selasky <hselasky at FreeBSD.org>
AuthorDate: 2021-01-07 14:27:24 +0000
Commit:     Hans Petter Selasky <hselasky at FreeBSD.org>
CommitDate: 2021-01-12 16:47:35 +0000

    MFC c834f30a0c16:
    Add new PCI ID for XHCI(4).
    
    Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
    Sponsored by: Mellanox Technologies // NVIDIA Networking
---
 sys/dev/usb/controller/xhci_pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c
index d18a115709b1..4c64fc5c8d94 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -134,6 +134,8 @@ xhci_pci_match(device_t self)
 		return ("Intel Panther Point USB 3.0 controller");
 	case 0x22b58086:
 		return ("Intel Braswell USB 3.0 controller");
+	case 0x31a88086:
+		return ("Intel Gemini Lake USB 3.0 controller");
 	case 0x5aa88086:
 		return ("Intel Apollo Lake USB 3.0 controller");
 	case 0x8c318086:


More information about the dev-commits-src-all mailing list