diff options
author | mav <mav@FreeBSD.org> | 2014-11-26 04:23:21 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-11-26 04:23:21 +0000 |
commit | 1bac48ea8f21c4121f1c45311ec4f05577c58abc (patch) | |
tree | 41b7905e1c38a214393d6a9fa10ef5998b3f460e /sys/dev/usb/controller/ehci_pci.c | |
parent | cbde4886c50a3623cc95cbf607bb45948e91bcb4 (diff) | |
download | FreeBSD-src-1bac48ea8f21c4121f1c45311ec4f05577c58abc.zip FreeBSD-src-1bac48ea8f21c4121f1c45311ec4f05577c58abc.tar.gz |
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/ehci_pci.c')
-rw-r--r-- | sys/dev/usb/controller/ehci_pci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 0225400..240af81 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -164,6 +164,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"); |