From owner-freebsd-usb@FreeBSD.ORG Mon Aug 26 19:02:46 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A1ED1ED for ; Mon, 26 Aug 2013 19:02:46 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A4322885 for ; Mon, 26 Aug 2013 19:02:45 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id qa5so2093889ieb.18 for ; Mon, 26 Aug 2013 12:02:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=GeM71uf9yKXfmOVgZ//yTC6OA3Vs2a+bHMrBxGrIyJM=; b=ZaVCXeLnXyrBFQe758Uh8dBl/vUbK1TXnLUYmWOmw+HJTKaQaUS/WqCk7gx5Lj9k67 0jCHG2zdRgeC3MxgH+dpKW6fJu7ztTNQrGuYIih6WG3gR+BxKdKtDjzlZBRzzhTsV4sU +5WX7VrehzKcf46pUjQtM5WR3eUiOQr7tZ7gp0qAa6QjlBiCon4mT+bC5KH8Okad3dpx vpTUOvd05hdNlHRtdEJhw/EEyuuiHFGWWqqIK78pBv1umIwBz4Fdc/cZxNOYPodjkUbC pVOk0F7J8aQfyt1qvFv/nLg9evj1xR+uZSZ2HAoO2SOR33gZhsi3U9JVJMawFiOsSWHg PFEQ== X-Gm-Message-State: ALoCoQl6i3dkwp08eXzquJodLCcBX5RjgqdZZerscNLeXjkg5v1lNVkFmTT2KgrGm3CS896DlxhP X-Received: by 10.50.124.65 with SMTP id mg1mr7519841igb.43.1377543764995; Mon, 26 Aug 2013 12:02:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Mon, 26 Aug 2013 12:02:29 -0700 (PDT) In-Reply-To: <521B9CD7.8010902@bitfrost.no> References: <521B9CD7.8010902@bitfrost.no> From: "Lundberg, Johannes" Date: Mon, 26 Aug 2013 20:02:29 +0100 Message-ID: Subject: Re: xhci broken on 10-CURRENT and 2013 MacBook Air? To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current , freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 19:02:46 -0000 Hi Hans Thanks but nothing of that makes any difference. Well, it's gonna be difficult to find the diff I think... The oldest image I could find was from May. What I'm doing now is compiling a bootonly.iso of current with a xhci.h/c that's reverted to 9.1 release version to see if that will boot. Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Mon, Aug 26, 2013 at 7:22 PM, Hans Petter Selasky wrote: > 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 >