The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=15c4f94534eae2646d6c9cbd2a32c68089686d6b
commit 15c4f94534eae2646d6c9cbd2a32c68089686d6b Author: Hans Petter Selasky <[email protected]> AuthorDate: 2022-02-24 09:58:44 +0000 Commit: Hans Petter Selasky <[email protected]> CommitDate: 2022-02-24 09:58:44 +0000 Add more USB host controller PCI ID's. Submitted by: Gary Jennejohn <[email protected]> Sponsored by: NVIDIA Networking (cherry picked from commit e85af89fa7613a4bb506ca6ab8ecafbfbfde782d) --- 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");
