svn commit: r275786 - stable/9/sys/dev/usb/controller

Hans Petter Selasky hselasky at FreeBSD.org
Mon Dec 15 08:28:01 UTC 2014


Author: hselasky
Date: Mon Dec 15 08:28:00 2014
New Revision: 275786
URL: https://svnweb.freebsd.org/changeset/base/275786

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

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

Modified: stable/9/sys/dev/usb/controller/xhci_pci.c
==============================================================================
--- stable/9/sys/dev/usb/controller/xhci_pci.c	Mon Dec 15 08:26:36 2014	(r275785)
+++ stable/9/sys/dev/usb/controller/xhci_pci.c	Mon Dec 15 08:28:00 2014	(r275786)
@@ -233,6 +233,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