aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-12-29 22:24:41 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-12-29 22:24:41 +0000
commit66ad253880993f55b352c04382553b84f6757db1 (patch)
tree63eccb5dfdff4bee25c948a1b250af494d32d51f /sys/dev/usb/controller
parentd8a0fe102c0cfdfcd5b818f850eff09d8536c9bc (diff)
Notes
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c
index 6c93c12c426cf..5a65e5602f35a 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -99,6 +99,8 @@ xhci_pci_match(device_t self)
switch (device_id) {
case 0x145c1022:
return ("AMD KERNCZ USB 3.0 controller");
+ case 0x43ba1022:
+ return ("AMD X399 USB 3.0 controller");
case 0x43bb1022:
return ("AMD 300 Series USB 3.0 controller");
case 0x78141022: