From owner-freebsd-current@FreeBSD.ORG Mon Aug 26 15:43:03 2013 Return-Path: Delivered-To: freebsd-current@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 6F1A9D87 for ; Mon, 26 Aug 2013 15:43:03 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41EDD2C58 for ; Mon, 26 Aug 2013 15:43:03 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id a14so4890801iee.26 for ; Mon, 26 Aug 2013 08:43:02 -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:from:date:message-id:subject:to:cc :content-type; bh=/z1m8uRtdqEWAdT8ap1mOwB2gokZRI4kYiZgqCrHX4w=; b=g9FxIOY+n8pi4rClSzlqkIZ/gUSdGEqMADxnf429zytei7AKGYKdO6L/Wg6oSUEoGr IZEPYrZybtyxLnFe49p7GZbG2i1gnp0kKUwY2/7y22IQsv4HB13i356cKiJc6gXfFcB7 kvk9sOj0g+180FJeQUP1qGIMDE6DmXNRtTigvJU9YPjOijYS1DVMtnkwq99Js9W9J9QZ dxEFFdsqxTzSuT+KVD7CfgWQDGVtYMky5fHnxIKRHf5pYQv8MXl/ZnRhCKnvk9/Ltuvf zfbCdud2AijacoLuDlWzDSpvycm7MuO3iimYr6KKpjNQdQ/Vedx4mI8r/a2AmeJ6KxPI Xy9A== X-Gm-Message-State: ALoCoQkZJJIzcpCggQs5B7AtJvGR6pLeVp+B4QY6+UZiZpVzgGJHPYhRe6rhIJlTtwxTAiXQdCWj X-Received: by 10.42.79.4 with SMTP id p4mr2123931ick.21.1377531782396; Mon, 26 Aug 2013 08:43:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Mon, 26 Aug 2013 08:42:47 -0700 (PDT) From: "Lundberg, Johannes" Date: Mon, 26 Aug 2013 16:42:47 +0100 Message-ID: Subject: 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:43:03 -0000 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.