svn commit: r275624 - head/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 8 21:14:14 UTC 2014


Author: hselasky
Date: Mon Dec  8 21:14:13 2014
New Revision: 275624
URL: https://svnweb.freebsd.org/changeset/base/275624

Log:
  Add port routing support for Wildcat Point.
  
  PR:		195793
  MFC after:	1 week

Modified:
  head/sys/dev/usb/controller/xhci_pci.c

Modified: head/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- head/sys/dev/usb/controller/xhci_pci.c	Mon Dec  8 19:56:34 2014	(r275623)
+++ head/sys/dev/usb/controller/xhci_pci.c	Mon Dec  8 21:14:13 2014	(r275624)
@@ -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;


More information about the svn-src-head mailing list