Add port routing support for Wildcat Point.

PR:		195793
MFC after:	1 week
This commit is contained in:
Hans Petter Selasky 2014-12-08 21:14:13 +00:00
parent 46fe68cd1c
commit 979d0afa7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275624

View File

@ -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;