The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c834f30a0c16d1ea79f3e1695b486aa81a8ede38
commit c834f30a0c16d1ea79f3e1695b486aa81a8ede38 Author: Hans Petter Selasky <hsela...@freebsd.org> AuthorDate: 2021-01-07 14:27:24 +0000 Commit: Hans Petter Selasky <hsela...@freebsd.org> CommitDate: 2021-01-07 14:35:35 +0000 Add new PCI ID for XHCI(4). Submitted by: Dmitry Luhtionov <dmitryluhtio...@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: _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"