diff options
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
| -rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 2 | 
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 d615f55fdfe0..a578cd0e0c56 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -113,6 +113,8 @@ xhci_pci_match(device_t self)  	case 0x0f358086:  		return ("Intel BayTrail USB 3.0 controller"); +	case 0x19d08086: +		return ("Intel Denverton USB 3.0 controller");  	case 0x9c318086:  	case 0x1e318086:  		return ("Intel Panther Point USB 3.0 controller"); | 
