svn commit: r275787 - stable/8/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 15 08:31:59 UTC 2014


Author: hselasky
Date: Mon Dec 15 08:31:58 2014
New Revision: 275787
URL: https://svnweb.freebsd.org/changeset/base/275787

Log:
  MFC r275624:
  Add port routing support for Wildcat Point.
  
  PR:		195793

Modified:
  stable/8/sys/dev/usb/controller/xhci_pci.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/usb/   (props changed)

Modified: stable/8/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- stable/8/sys/dev/usb/controller/xhci_pci.c	Mon Dec 15 08:28:00 2014	(r275786)
+++ stable/8/sys/dev/usb/controller/xhci_pci.c	Mon Dec 15 08:31:58 2014	(r275787)
@@ -231,6 +231,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-all mailing list