From owner-freebsd-usb@freebsd.org Thu Sep 10 09:27:36 2015 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C73FBA00834 for ; Thu, 10 Sep 2015 09:27:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 914221ADC for ; Thu, 10 Sep 2015 09:27:36 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 921001FE023; Thu, 10 Sep 2015 11:27:25 +0200 (CEST) Subject: Re: Subject: Intel NUC 5i3RYK USB3 support? To: Karl Pielorz , freebsd-usb@freebsd.org References: <56EA08629118B42330317A52@[10.12.30.106]> From: Hans Petter Selasky Message-ID: <55F14D59.8000804@selasky.org> Date: Thu, 10 Sep 2015 11:28:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <56EA08629118B42330317A52@[10.12.30.106]> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2015 09:27:36 -0000 On 09/10/15 11:12, Karl Pielorz wrote: > Hi, > > I recently bought a NUC 5i3RYK, flashed it to the latest BIOS (8/18/2015 > - 0350) and installed FreeBSD 10.2 on it. It seems to work OK - but > there's no USB3 support (Ok, the USB3 controller is detected - but > everything connected runs at USB2). This seems to have happened before, > e.g. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186811 > Possibly you'll need to edit sys/dev/usb/controller/xhci_pci.c and add the PCI ID's for your model under the port-routing section. --HPS