Add port routing support for Wildcat Point.
PR: 195793 MFC after: 1 week
This commit is contained in:
parent
46fe68cd1c
commit
979d0afa7c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275624
@ -252,6 +252,7 @@ xhci_pci_attach(device_t self)
|
|||||||
case 0x9c318086: /* Panther Point */
|
case 0x9c318086: /* Panther Point */
|
||||||
case 0x1e318086: /* Panther Point */
|
case 0x1e318086: /* Panther Point */
|
||||||
case 0x8c318086: /* Lynx Point */
|
case 0x8c318086: /* Lynx Point */
|
||||||
|
case 0x8cb18086: /* Wildcat Point */
|
||||||
sc->sc_port_route = &xhci_pci_port_route;
|
sc->sc_port_route = &xhci_pci_port_route;
|
||||||
sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP;
|
sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user