From owner-freebsd-usb@freebsd.org Thu Sep 10 09:12:31 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 2EB79A01E95 for ; Thu, 10 Sep 2015 09:12:31 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from smtp.krpservers.com (smtp.krpservers.com [62.13.128.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.krpservers.com", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF6E41FF4 for ; Thu, 10 Sep 2015 09:12:30 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from [10.12.30.106] (vpn01-01.tdx.co.uk [62.13.130.213] (may be forged)) (authenticated bits=0) by smtp.krpservers.com (8.14.9/8.14.9) with ESMTP id t8A9BxqT063268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Sep 2015 10:12:00 +0100 (BST) (envelope-from kpielorz_lst@tdx.co.uk) Date: Thu, 10 Sep 2015 10:12:20 +0100 From: Karl Pielorz To: freebsd-usb@freebsd.org Subject: Subject: Intel NUC 5i3RYK USB3 support? Message-ID: <56EA08629118B42330317A52@[10.12.30.106]> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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:12:31 -0000 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 Is this (hopefully) just another matter of covering a different PCI device ID again? dmesg shows, usbus0 on xhci0 usbus1: EHCI version 1.0 usbus1 on ehci0 usbus0: 5.0Gbps Super Speed USB v3.0 usbus1: 480Mbps High Speed USB v2.0 but then attaching a USB3 drive gives, da0 at umass-sim0 bus 0 scbus1 target 0 lun 0 da0: Fixed Direct Access SPC-4 SCSI device da0: Serial Number NA4NAX3P da0: 40.000MB/s transfers da0: 4769307MB (1220942645 4096 byte sectors: 255H 63S/T 76000C) da0: quirks=0x2 pciconf -v for the USB controllers shows: xhci0@pci0:0:20:0: class=0x0c0330 card=0x20578086 chip=0x9cb18086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' class = serial bus subclass = USB ... ehci0@pci0:0:29:0: class=0x0c0320 card=0x20578086 chip=0x9ca68086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' class = serial bus subclass = USB -Karl