Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2022 18:49:13 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 379797d4b486 - main - usb(4): Belatedly add a PCI device ID for AMD Bolton chipset
Message-ID:  <202202071849.217InDPr075588@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202071849.217InDPr075588>