diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-12-15 08:26:36 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-12-15 08:26:36 +0000 |
commit | 9b3fc5a49436a8aca371f3e3ab78ca4576f31085 (patch) | |
tree | 9e250caeb17ab1f2e9bbe570c10aaa0f2ed14c5d /sys/dev/usb/controller | |
parent | 7f8f9c51285a5030c914554d0d1ea6f20f645f4c (diff) | |
download | FreeBSD-src-9b3fc5a49436a8aca371f3e3ab78ca4576f31085.zip FreeBSD-src-9b3fc5a49436a8aca371f3e3ab78ca4576f31085.tar.gz |
MFC r275624:
Add port routing support for Wildcat Point.
PR: 195793
Diffstat (limited to 'sys/dev/usb/controller')
-rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 468d279..024979a 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -249,6 +249,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; |