From owner-freebsd-usb@FreeBSD.ORG Thu Jul 5 23:36:26 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6BB71065775 for ; Thu, 5 Jul 2012 23:36:25 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (unknown [IPv6:2001:42d0:a:104::11]) by mx1.freebsd.org (Postfix) with ESMTP id 4E8EE8FC0C for ; Thu, 5 Jul 2012 23:36:25 +0000 (UTC) Received: from igor.geek.sh (196-210-225-160.dynamic.isadsl.co.za [196.210.225.160]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id 1910C201D6 for ; Fri, 6 Jul 2012 01:36:16 +0200 (SAST) Message-ID: <4FF624EF.6080603@phat.za.net> Date: Fri, 06 Jul 2012 01:36:15 +0200 From: Aragon Gouveia User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120515 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: debugging failed USB3 device attachment X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jul 2012 23:36:26 -0000 Hi, I have some hardware with a USB3 controller that is detected by xhci(4), but when I try attach a USB3 device, it fails to attach to a USB3 bus, and after timing out it connects to a USB2 bus. Here's a verbose dmesg with xhci debugging enabled from when I plug the device in: http://pastebin.com/nM8nQFg3 I've captured xhci(4)'s verbose boot time dmesg output here: http://pastebin.com/EA3k7RLE The full verbose boot dmesg is at: http://pastebin.com/Y0qKiDZg And a regular boot dmesg is at: http://pastebin.com/e3tS8eS4 I've tried tweaking a handful of BIOS options like XHCI handoff and USB transfer timeout thresholds, but nothing seems to help. Have already upgraded to the latest BIOS available too. This FreeBSD 9.0-STABLE build is about 1 week old. Any help greatly appreciated! Thanks, Aragon