Date: Thu, 24 Feb 2022 10:04:18 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ed5fb5ccdbd7 - stable/13 - usb(4): Belatedly add a PCI device ID for AMD Bolton chipset Message-ID: <202202241004.21OA4IYS003515@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=ed5fb5ccdbd763d0e96cd24bcf865db5ad614d16 commit ed5fb5ccdbd763d0e96cd24bcf865db5ad614d16 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-02-24 09:58:32 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> 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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202241004.21OA4IYS003515>