git: 379797d4b486 - main - usb(4): Belatedly add a PCI device ID for AMD Bolton chipset
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 18:49:13 UTC
The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=379797d4b4865336f56e327640f574f1e2956a7d commit 379797d4b4865336f56e327640f574f1e2956a7d Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2022-02-07 18:43:37 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2022-02-07 18:48:09 +0000 usb(4): Belatedly add a PCI device ID for AMD Bolton chipset --- 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 884200f547ec..a1a7f86d97db 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -107,8 +107,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");