diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2023-07-22 21:13:46 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2023-07-23 07:21:46 +0000 |
| commit | 83e67a9d14d9cf3830cd52f4f49117bf7220ac49 (patch) | |
| tree | 39582aea823afe37ebda052cae070ac3d9c3635a /sys/dev/usb/controller/xhci_pci.c | |
| parent | 7b1e606c72222acdaea613924f566ffe9b65c068 (diff) | |
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
| -rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 05341e161d91..484e1ff40219 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -106,7 +106,9 @@ xhci_pci_match(device_t self) return ("AMD X399 USB 3.0 controller"); case 0x43b91022: /* X370 */ case 0x43bb1022: /* B350 */ - return ("AMD 300 Series USB 3.0 controller"); + return ("AMD 300 Series USB 3.1 controller"); + case 0x43d51022: + return ("AMD 400 Series USB 3.1 controller"); case 0x78121022: case 0x78141022: case 0x79141022: |
