Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2014 08:31:59 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r275787 - stable/8/sys/dev/usb/controller
Message-ID:  <201412150831.sBF8VxEx037828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412150831.sBF8VxEx037828>