From owner-freebsd-usb@FreeBSD.ORG Mon Aug 26 15:56:15 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 07D3C1C1 for ; Mon, 26 Aug 2013 15:56:15 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CABC22D0C for ; Mon, 26 Aug 2013 15:56:14 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id x14so5199165ief.39 for ; Mon, 26 Aug 2013 08:56:08 -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=34ZaMyG3bhq30SCWctJCtXaMWgaCcV2Vs4HHcNqY6tM=; b=QJcIBO6/KGwzzWaRAuyDk0utNrC45QT+P8XY+aexHX+PnSD/chFJ4gGmI83aD1uW/S +7pOeu8DNAKGOjEeUHKS8Rl5KDy5LSpisFl9zoh49yaUf3QQCoidqdbpspUedmXjHO8A kMmU/JhlNis5jyxj8gXcED1bESb06VuLbsb9sUYwmc+gsr8ia2xEosAhPkEn3yCy6g8R PVLEBzj2vGvZUwmSUKXT177BbK2SE9nhiBVuHanXOK0P2dHeyZaP/BF9tWOF9nwM+Urh lDdJJZDSMpwLhysH1EKtDvhwXDJpvTY2BBmg1V3pX0fKRMIosRsXXtA55i4Ulj09CAA8 U8nw== X-Gm-Message-State: ALoCoQkWrlY9Rb2c0kruW8XzRO/3ECKmlfxfYjdlSkFZ3zGWc51uxFHQznsRraXV8z9iRco8+Caq X-Received: by 10.50.20.232 with SMTP id q8mr7157772ige.0.1377532568538; Mon, 26 Aug 2013 08:56:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Mon, 26 Aug 2013 08:55:53 -0700 (PDT) In-Reply-To: References: From: "Lundberg, Johannes" Date: Mon, 26 Aug 2013 16:55:53 +0100 Message-ID: Subject: Re: xhci broken on 10-CURRENT and 2013 MacBook Air? To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: 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 15:56:15 -0000 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 Johannes Lundberg BRILLIANTSERVICE CO., LTD. On Mon, Aug 26, 2013 at 4:42 PM, Lundberg, Johannes < johannes@brilliantservice.co.jp> wrote: > Hi > > I'm trying to install 10-CURRENT on a 2013 MacBook Air and there seem to > be some problem with the xhci driver. > > During boot of the memstick image of current from 20130818 I get either of > the following errors: > > - Boot freezes during probe of xhci devices. > - Probing times out (immediately) and I get the mountroot> prompt but no > functional keyboard. > > I tried an image of 10-current from May but the problem is the same so > what ever change that made this stop working was committed before May. > > I also tried disabling xhci with the following steps but without success > > - Enter boot prompt > - set hint.xhci.0.disabled=1 > - load ehci / uhci > - boot > > The 9.1 release successfully detects all usb devices during install but > stop working at the partitioning tool because the PCIe SSD drive isn't > detected. Using 9.1 as LiveCD I managed to pull out the following > information. > > ----- > > MacBook Air 2013, FreeBSD 9.1 LiveCD > > dmesg output > > xhci0: mem 0xb0a00000-0xb0a0ffff at > device 20.0 on pci0 > > pciconf -l output > > xhci0@pci0:0:20:0: class=0x0c0330 card=0x72708086 chip=0x9c318086 > rev=0x04 hdr=0x00 > > usbconfig output > > ugen0.1: at usbus0, cfg=0 md=HOST spd=SUPER > (5.0Gbps) pwr=SAVE > ugen0.2: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=SAVE > ugen0.3: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON > ugen0.4: at usbus0, cfg=0 md=HOST spd=FULL > (12Mbps) pwr=ON > ugen0.5: at usbus0, cfg=0 > md=HOST spd=FULL (12Mbps) pwr=ON > ugen0.6: at usbus0, cfg=0 > md=HOST spd=FULL (12Mbps) pwr=ON > ugen0.7: at usbus0, cfg=0 md=HOST spd=SUPER > (5.0Gbps) pwr=ON > > ----- > > Anyone has any clue what's going on? > > Best regards > > Johannes Lundberg > BRILLIANTSERVICE CO., LTD. >