summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-12-03 06:53:49 +0000
committermav <mav@FreeBSD.org>2014-12-03 06:53:49 +0000
commita486cdc239b41df7838ab312126f0c46d68060c3 (patch)
tree2243ce78cb3f73f695418303045bfb95e909a1e0 /sys/dev/usb/controller
parent68673ca7dfc07489bbe43dd13539b8ffe1a9ca1e (diff)
downloadFreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.zip
FreeBSD-src-a486cdc239b41df7838ab312126f0c46d68060c3.tar.gz
MFC r275101:
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r--sys/dev/usb/controller/ehci_pci.c4
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c
index a6b1fa6..1c8ad17 100644
--- a/sys/dev/usb/controller/ehci_pci.c
+++ b/sys/dev/usb/controller/ehci_pci.c
@@ -158,6 +158,10 @@ ehci_pci_match(device_t self)
return ("Intel Lynx Point USB 2.0 controller USB-A");
case 0x8c2d8086:
return ("Intel Lynx Point USB 2.0 controller USB-B");
+ case 0x8ca68086:
+ return ("Intel Wildcat Point USB 2.0 controller USB-A");
+ case 0x8cad8086:
+ return ("Intel Wildcat Point USB 2.0 controller USB-B");
case 0x00e01033:
return ("NEC uPD 720100 USB 2.0 controller");
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c
index f0b789a..468d279 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -107,6 +107,8 @@ xhci_pci_match(device_t self)
return ("Intel Panther Point USB 3.0 controller");
case 0x8c318086:
return ("Intel Lynx Point USB 3.0 controller");
+ case 0x8cb18086:
+ return ("Intel Wildcat Point USB 3.0 controller");
default:
break;
OpenPOWER on IntegriCloud