From owner-freebsd-current@FreeBSD.ORG Mon Aug 26 15:56:09 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 969A6C3 for ; Mon, 26 Aug 2013 15:56:09 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66D5B2D08 for ; Mon, 26 Aug 2013 15:56:08 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id s9so4993359iec.7 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=Jx1URvaanCuj0ZV4xZ/T6Q0qsjMxHA1LumfdCmEqnqKFg1FzX2magifxcGtDxpi7v9 lFQibGLYXn8juxcyfveFMXLV6NBfhGRiipJ5IllPs0lV1ojK7q+Np8xc9ugFkKLfmnYo orrnSV47aPICkNCvu+SZ+7RT1ECmcKoFMddNDl/3+wVykCM7bjXZ9i37VNZL4TrzyyZg Fj1ixC20LhpIH3uHt5EzL2QeyF96VESy5QdbgiJK0IKokNrHRpuNkCTutJdbvmGBYj76 DWCaUY0qiuAXojP/+wEBOIx0p6LN535pfX81zGa304Tv86SeIYUDUlQa9IX8cJ26faDD 97yg== X-Gm-Message-State: ALoCoQlhMZYStf8udMjRGk7W2LNOmnb21EbNGokrZ3EJ0MIFEDuH07XJm6GcLZGtsYMCehfvu1eN 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-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 15:56:09 -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. >