From owner-freebsd-current@FreeBSD.ORG Mon Jan 6 07:18:50 2014 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 ESMTPS id C9DE7F0D for ; Mon, 6 Jan 2014 07:18:50 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 866131DC9 for ; Mon, 6 Jan 2014 07:18:50 +0000 (UTC) Received: by mail-qc0-f170.google.com with SMTP id x13so17546336qcv.1 for ; Sun, 05 Jan 2014 23:18:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4gqhIAgPoeFiK4XmtWgcJJPU5dWQzBi7NfQ+JyOZtXs=; b=h02BbHuFk6PvP3aTpb50Ic6b3Tv26oSRuX3eEor2snblrypy8asZBVdgu6QS0FQb2r rQetjMEX+SENfpyHqhOU1NczGZzdGkbAyM/KtVBBsvB0CX50OQFGHaWRsOFrrszxVJHL ActCetmdUDpNukkq/KvQZhvNcMNvHN8uaARIOAtJToYVac7D0Qin/nNVth09Zdvz0c0q WoAjJ3zbNrmTgTUuwjSEvOEeLfM7X3vKibvSo4JNSArfYvW69Tj5RxukCzL7Lu7ZYCSE eQN/JpBwHUThZyubqbuoeDailck5vQDzNGQh7Vqbq5zTlDIuAWiIxlwFGIv3AtTB3EgJ GokQ== MIME-Version: 1.0 X-Received: by 10.224.13.203 with SMTP id d11mr1514529qaa.26.1388992729765; Sun, 05 Jan 2014 23:18:49 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Sun, 5 Jan 2014 23:18:49 -0800 (PST) In-Reply-To: <52CA56E5.8030101@bitfrost.no> References: <52CA56E5.8030101@bitfrost.no> Date: Sun, 5 Jan 2014 23:18:49 -0800 X-Google-Sender-Auth: jTJawKypTBJw6h2CAgzTFWfGK8w Message-ID: Subject: Re: Install 10.0-RC3 on MacBookPro Late 2013 From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: =?UTF-8?B?6buE5paH6L6J?= , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 06 Jan 2014 07:18:50 -0000 .. are you getting this USB_ERR_TIMEOUT even with the xhci code from -9? -a On 5 January 2014 23:10, Hans Petter Selasky wrote: > On 01/06/14 05:11, Huang Wen Hui wrote: >> >> Hi, >> >> USB still have a lot of USB_ERR_TIMEOUT, but Internal keyboard and >> external keyboard found and works! >> usb disk also found, but booting stop at: >> Mounting from ufs:/dev/da0a failed with error 6. >> or a lot of cam Retrying command. >> >> Cheers, >> Huang Wen Hui > > > Hi, > > I think there is an IRQ problem. Either some IRQ is not handled or IRQ's are > not forwarded to the drivers properly. You might want to compile the XHCI > debugging variable to 16 inside dev/usb/controller/xhci.c, and watch what is > going on. > > --HPS >