Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 14:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/186811: commit references a PR
Message-ID:  <201402161440.s1GEe1Wm099922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/186811; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: usb/186811: commit references a PR
Date: Sun, 16 Feb 2014 14:37:31 +0000 (UTC)

 Author: hselasky
 Date: Sun Feb 16 14:37:23 2014
 New Revision: 261981
 URL: http://svnweb.freebsd.org/changeset/base/261981
 
 Log:
   Add new PCI ID for hardware which needs port routing for USB 3.0.
   
   PR:		usb/186811
   MFC after:	1 week
   Submitted by:	Philipp Maechler <philipp.maechler@mamo.li>
 
 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	Sun Feb 16 14:35:19 2014	(r261980)
 +++ head/sys/dev/usb/controller/xhci_pci.c	Sun Feb 16 14:37:23 2014	(r261981)
 @@ -102,6 +102,7 @@ xhci_pci_match(device_t self)
  	case 0x10421b21:
  		return ("ASMedia ASM1042 USB 3.0 controller");
  
 +	case 0x9c318086:
  	case 0x1e318086:
  		return ("Intel Panther Point USB 3.0 controller");
  	case 0x8c318086:
 @@ -237,6 +238,7 @@ xhci_pci_attach(device_t self)
  
  	/* On Intel chipsets reroute ports from EHCI to XHCI controller. */
  	switch (pci_get_devid(self)) {
 +	case 0x9c318086:	/* Panther Point */
  	case 0x1e318086:	/* Panther Point */
  	case 0x8c318086:	/* Lynx Point */
  		sc->sc_port_route = &xhci_pci_port_route;
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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