summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/xhci_pci.c
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-05-03 15:27:47 +0000
committermav <mav@FreeBSD.org>2016-05-03 15:27:47 +0000
commitc3175c64dafd12e981a01665a9422459847df20a (patch)
tree579eeba91d49661ea37090fdd89dbfb23dfddc77 /sys/dev/usb/controller/xhci_pci.c
parent838f7d1304c723206899cd4965a1a8ba0761d68f (diff)
downloadFreeBSD-src-c3175c64dafd12e981a01665a9422459847df20a.zip
FreeBSD-src-c3175c64dafd12e981a01665a9422459847df20a.tar.gz
Add some device IDs from Intel Sunrise Point chipsets.
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
-rw-r--r--sys/dev/usb/controller/xhci_pci.c2
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 d4355e9..09fab21 100644
--- a/sys/dev/usb/controller/xhci_pci.c
+++ b/sys/dev/usb/controller/xhci_pci.c
@@ -122,6 +122,8 @@ xhci_pci_match(device_t self)
return ("Intel Wellsburg USB 3.0 controller");
case 0x9cb18086:
return ("Broadwell Integrated PCH-LP chipset USB 3.0 controller");
+ case 0xa12f8086:
+ return ("Intel Sunrise Point USB 3.0 controller");
case 0xa01b177d:
return ("Cavium ThunderX USB 3.0 controller");
OpenPOWER on IntegriCloud