git: c834f30a0c16 - main - Add new PCI ID for XHCI(4).

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jan 7 14:37:35 UTC 2021


The branch main has been updated by hselasky:

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

commit c834f30a0c16d1ea79f3e1695b486aa81a8ede38
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-07 14:35:35 +0000

    Add new PCI ID for XHCI(4).
    
    Submitted by: Dmitry Luhtionov <dmitryluhtionov at gmail.com>
    MFC after: 1 week
    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 869f6a0aae2b..615d16ee3740 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -130,6 +130,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