The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=e85af89fa7613a4bb506ca6ab8ecafbfbfde782d
commit e85af89fa7613a4bb506ca6ab8ecafbfbfde782d Author: Hans Petter Selasky <[email protected]> AuthorDate: 2022-02-07 23:28:57 +0000 Commit: Hans Petter Selasky <[email protected]> CommitDate: 2022-02-07 23:29:24 +0000 Add more USB host controller PCI ID's. Submitted by: Gary Jennejohn <[email protected]> MFC after: 1 week Sponsored by: 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 a1a7f86d97db..bb9baee6800d 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -129,6 +129,8 @@ xhci_pci_match(device_t self) return ("ASMedia ASM1042 USB 3.0 controller"); case 0x11421b21: return ("ASMedia ASM1042A USB 3.0 controller"); + case 0x13431b21: + return ("ASMedia ASM1143 USB 3.1 controller"); case 0x32421b21: return ("ASMedia ASM3242 USB 3.2 controller");
