From owner-freebsd-current@FreeBSD.ORG Mon Aug 26 18:21:02 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 420447F1; Mon, 26 Aug 2013 18:21:02 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id F132025D3; Mon, 26 Aug 2013 18:21:01 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id E5F737A1B3; Mon, 26 Aug 2013 20:21:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 329E88F44C7; Mon, 26 Aug 2013 20:21:13 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ixVgt7GVHldG; Mon, 26 Aug 2013 20:21:12 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 6A7E78F44B4; Mon, 26 Aug 2013 20:21:12 +0200 (CEST) Message-ID: <521B9CD7.8010902@bitfrost.no> Date: Mon, 26 Aug 2013 20:22:15 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: "Lundberg, Johannes" Subject: Re: xhci broken on 10-CURRENT and 2013 MacBook Air? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , freebsd-usb@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 18:21:02 -0000 On 08/26/13 17:55, Lundberg, Johannes wrote: > Just looked through the PR mail that came today and found possible > duplicates. > > o usb/180726 usb XHCI umass support breaks between r248085 and > r252560 > o usb/179342 usb Freebsd 10.0-current USB 3.0 not working > (xhci_do_coma > Hi, What happens if you load xhci after reaching the boot prompt? Might also be worth trying: hw.usb.xhci.msi=0 Are you able to bisect the 10-current code until you find the diff that broke it? --HPS