From 979d0afa7c1ddd20fff43966f764b296467d44c4 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Mon, 8 Dec 2014 21:14:13 +0000 Subject: [PATCH] Add port routing support for Wildcat Point. PR: 195793 MFC after: 1 week --- sys/dev/usb/controller/xhci_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index b515edf7f8fe..efa69c2c9a76 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -252,6 +252,7 @@ xhci_pci_attach(device_t self) case 0x9c318086: /* Panther Point */ case 0x1e318086: /* Panther Point */ case 0x8c318086: /* Lynx Point */ + case 0x8cb18086: /* Wildcat Point */ sc->sc_port_route = &xhci_pci_port_route; sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP; break;