The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ed5fb5ccdbd763d0e96cd24bcf865db5ad614d16
commit ed5fb5ccdbd763d0e96cd24bcf865db5ad614d16 Author: Hans Petter Selasky <[email protected]> AuthorDate: 2022-02-24 09:58:32 +0000 Commit: Hans Petter Selasky <[email protected]> CommitDate: 2022-02-24 09:58:32 +0000 usb(4): Belatedly add a PCI device ID for AMD Bolton chipset (cherry picked from commit 379797d4b4865336f56e327640f574f1e2956a7d) --- sys/dev/usb/controller/xhci_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index b5d327ad6cd7..6b7715955374 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -103,8 +103,8 @@ xhci_pci_match(device_t self) case 0x43b91022: /* X370 */ case 0x43bb1022: /* B350 */ return ("AMD 300 Series USB 3.0 controller"); + case 0x78121022: case 0x78141022: - return ("AMD FCH USB 3.0 controller"); case 0x79141022: return ("AMD FCH USB 3.0 controller");
