FreeBSD Bugzilla – Attachment 161835 Details for
Bug 203650
Intel NUC Broadwell Generation USB 3 support (solution attached)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
untested patch proposed as solution
20151008_phm_intel_nuc_broadwell_usb3_controller_support.patch (text/plain), 724 bytes, created by
philipp.maechler
on 2015-10-08 20:43:47 UTC
(
hide
)
Description:
untested patch proposed as solution
Filename:
MIME Type:
Creator:
philipp.maechler
Created:
2015-10-08 20:43:47 UTC
Size:
724 bytes
patch
obsolete
>Index: sys/dev/usb/controller/xhci_pci.c >=================================================================== >--- sys/dev/usb/controller/xhci_pci.c (revision 289053) >+++ sys/dev/usb/controller/xhci_pci.c (working copy) >@@ -119,6 +119,9 @@ > case 0xa01b177d: > return ("Cavium ThunderX USB 3.0 controller"); > >+ case 0x9ca68086: >+ return ("Broadwell Integrated PCH-LP chipset USB 3.0 controller"); >+ > default: > break; > } >@@ -216,6 +219,7 @@ > case 0x1e318086: /* Panther Point */ > case 0x8c318086: /* Lynx Point */ > case 0x8cb18086: /* Wildcat Point */ >+ case 0x9ca68086: /* Broadwell Mobile Integrated */ > /* > * On Intel chipsets, reroute ports from EHCI to XHCI > * controller and use a different IMOD value.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203650
:
161835
|
161840
|
161898