Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 21:14:14 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275624 - head/sys/dev/usb/controller
Message-ID:  <201412082114.sB8LEEwR054908@svn.freebsd.org>

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



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