diff options
author | kevlo <kevlo@FreeBSD.org> | 2014-10-21 07:24:58 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2014-10-21 07:24:58 +0000 |
commit | fef9d98869a5c15698b0511d8ff1044b517f1e8f (patch) | |
tree | 6146d24db57f6df3aea786e921be6f0a3d5971bc /sys/dev/usb/controller/ehci_pci.c | |
parent | 47970360283da36d5a0e64aa28deb784e988d52f (diff) | |
download | FreeBSD-src-fef9d98869a5c15698b0511d8ff1044b517f1e8f.zip FreeBSD-src-fef9d98869a5c15698b0511d8ff1044b517f1e8f.tar.gz |
Add the Intel BayTrail USB device which needs port routing for USB 3.0.
Tested on the BayTrail E3845 platform.
Reviewed by: hselasky
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 22947a5..0225400 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -120,6 +120,8 @@ ehci_pci_match(device_t self) case 0x43961002: return ("AMD SB7x0/SB8x0/SB9x0 USB 2.0 controller"); + case 0x0f348086: + return ("Intel BayTrail USB 2.0 controller"); case 0x1d268086: return ("Intel Patsburg USB 2.0 controller"); case 0x1d2d8086: |