From owner-freebsd-usb@FreeBSD.ORG Tue Aug 27 09:12:25 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 86C39339 for ; Tue, 27 Aug 2013 09:12:25 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52A1B28E2 for ; Tue, 27 Aug 2013 09:12:25 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id 9so6964121iec.16 for ; Tue, 27 Aug 2013 02:12:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=W+6bHFM+rDPIL1SFe6zhducnTD7Rzrzb3OSg7gVXjsY=; b=de3THOmJObprowPuqaXeTuwv5KizGGJiz3gY6ZLuM8zimb3t3NF+GRMn3bzY3BlLzk N41946UDZytvm7RdR2BQ4v65pbTEJp9C7uKpeVP7BJDeJ7jSv1EkHyQOegYLXIYeocpR ExLVWOzwLRj+mQnENwZylwS0U/CUoAOL2thwDtMOfKz0iKSCOjVbK2W7LEJPZFJtbXks ZzaTil92hz9Hq/mlzfYifH2QYW3Q0AplySGnfFdiHDSqFvvrVANYY1IHaFxWhGErGsyc 0jxpF3z+9LQqE+hvXi8Y4pe/3lRSnQBEBIP1TaDnE4LpHtTtIYhC/iM9f+oh5lJRFRiV EUgA== X-Gm-Message-State: ALoCoQlih+7QvGzr4VYKaCyoeHZjPmWaBiobcBrsEWTsnl5yDU+9KByMsYSpFxErcGljqjclDREf X-Received: by 10.50.49.65 with SMTP id s1mr9331415ign.43.1377594744443; Tue, 27 Aug 2013 02:12:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Tue, 27 Aug 2013 02:12:09 -0700 (PDT) In-Reply-To: <521C6C26.7050207@bitfrost.no> References: <521B9CD7.8010902@bitfrost.no> <521C6C26.7050207@bitfrost.no> From: "Lundberg, Johannes" Date: Tue, 27 Aug 2013 10:12:09 +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: Tue, 27 Aug 2013 09:12:25 -0000 Hi Hans Sure, I will try it out later and mail the results. Now I'm running current with usb part reverted to 9.1. It gets me pass the usb probing to the part that I really wanted to confirm. If FreeBSD supports the SSD drive on the new MacBook Air. It seems that it doesn't so that one more thing that we need to look into. Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Tue, Aug 27, 2013 at 10:06 AM, Hans Petter Selasky wrote: > On 08/26/13 21:02, Lundberg, Johannes wrote: > >> 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. >> >> > Hi, > > If it just hangs, can be an IRQ looping issue. > > You can also try to boot using bootverbose and configure the xhci driver > with debugging on in the sys/dev/usb/controller/xhci.c by default to see > just what is exactly going on. > > If you can suggest a patch, that would be great. > > --HPS > >