mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Cavium ThunderX xHCI controller PCI ID
There is an issue with interrupts at the moment, but it works with polling mode set (hw.usb.xhci.use_polling=1). Reviewed by: hselasky Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3665
This commit is contained in:
parent
1b87f1f397
commit
aafbd0257a
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ xhci_pci_match(device_t self)
|
|||
case 0x8cb18086:
|
||||
return ("Intel Wildcat Point USB 3.0 controller");
|
||||
|
||||
case 0xa01b177d:
|
||||
return ("Cavium ThunderX USB 3.0 controller");
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue