From owner-freebsd-current@FreeBSD.ORG Tue Jan 7 07:07:11 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 B61ED39E; Tue, 7 Jan 2014 07:07:11 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08B8D1810; Tue, 7 Jan 2014 07:07:10 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id x18so999lbi.11 for ; Mon, 06 Jan 2014 23:07:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ykUdA5NTnp7Bh5GwFDa2onDaMGYstJtwsOy6t0lLtsU=; b=QKJuAavhuoBzxo6AO0cf1RG54xre8J6i82IGVHaSRCz7qr5A8iVO/kgX60Mxb+Leik ryKXNtjh8pIk8F1KcFC4CMjupNhLSV+bozjswZ6RV1+0g85dG0f0vaECGNTqqmYWYuXf DftA6jbZ8c7ivb4ZBRdXVzQXZ9n4MQHei+YM1D1tIR88xfDePicZhHLQk2X6HQLaqgyn eAk93DooVnmXJWwmGcWc9XfHxEnOyhek8L56b6L1k7iGoooyp/cW5FksKG46nTd0pihk nSTUy7+DjeGeXokZe1nfbxTfq5TlHYMowsXsVLNHvcYOE7X8eKcY64+HvKRbEvuRfDRb vtCA== MIME-Version: 1.0 X-Received: by 10.152.204.39 with SMTP id kv7mr2712203lac.42.1389078429116; Mon, 06 Jan 2014 23:07:09 -0800 (PST) Received: by 10.112.135.195 with HTTP; Mon, 6 Jan 2014 23:07:08 -0800 (PST) In-Reply-To: <52CBA003.2080100@bitfrost.no> References: <52CA56E5.8030101@bitfrost.no> <52CA6E3F.9000301@bitfrost.no> <52CA7CE0.7070202@bitfrost.no> <52CACBB8.1020905@bitfrost.no> <52CB2591.9050401@bitfrost.no> <52CBA003.2080100@bitfrost.no> Date: Tue, 7 Jan 2014 15:07:08 +0800 Message-ID: Subject: Re: Install 10.0-RC3 on MacBookPro Late 2013 From: Huang Wen Hui To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Adrian Chadd , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 07:07:11 -0000 Hi, This patch fixed my problem! Thanks, Huang Wen Hui. 2014/1/7 Hans Petter Selasky > On 01/07/14 03:30, Huang Wen Hui wrote: > >> Hans, >> >> This wild guess do NOT works. >> I binary sect xhci.c in SVN, found that *r245732 >> ** >> introduce the bug.* >> >> revert to r345731 fixed this USB problem in 9.2R >> >> I also copy xhci_interrupt(struct xhci_softc *sc) from 9.1R to CURRENT, >> CURRENT also works! >> >> Cheers, >> Huang Wen Hui. >> > > > Hi, > > We need to take this step by step. Thanks for tracing this down! > > Can you test the attached patch towards -current. > > Thank you! > > --HPS > > >