From owner-freebsd-current@FreeBSD.ORG Mon Jan 6 14:17:57 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 29F47784 for ; Mon, 6 Jan 2014 14:17:57 +0000 (UTC) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6AB41516 for ; Mon, 6 Jan 2014 14:17:56 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id cy11so18571125qeb.27 for ; Mon, 06 Jan 2014 06:17:56 -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=p0xL+ZTNWetU4XzL1J6382PqVMZ4pEiz+7VHlS4BE5w=; b=DXcSi2tHwGOgnUWfawe8W+WoPOF0SZD8gcWqOzu63nzE6bI4JEcPWKYV87unONA49H tOEUUMubtyV2z4GmNmKlMmLdiOe4v5SErnTgw+AGIHsXBObcPaktG1tvnHou2aVK2RhB s5QVNl3yvuUFGSuBx6RECuWnDU67AWt/vj8KQwLC/9d0Qi+d02dC53Pt3lE3b6c3VlmG tGRzxJmwt+HL1/YLuljIIU+Ile6IP3lZswxnVz1ZRcw8CdVeO+J1AxFlu82VZuof/9bn 25MpjkjYWpJA+BLxpJN+Imxm+s0c5R9+Z8YNQ45hyd22Ij9SQDGSm5JSpKeIZmVmCZ9P aMtg== MIME-Version: 1.0 X-Received: by 10.224.124.195 with SMTP id v3mr180905735qar.55.1389017876037; Mon, 06 Jan 2014 06:17:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Mon, 6 Jan 2014 06:17:55 -0800 (PST) In-Reply-To: <52CA7CE0.7070202@bitfrost.no> References: <52CA56E5.8030101@bitfrost.no> <52CA6E3F.9000301@bitfrost.no> <52CA7CE0.7070202@bitfrost.no> Date: Mon, 6 Jan 2014 06:17:55 -0800 X-Google-Sender-Auth: IwvIEhbj61XGUtiq0e6qZYNrJzY 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 14:17:57 -0000 Right, but it used to work. That's the confusing bit. How'd you make it not work? :) -a On 6 January 2014 01:52, Hans Petter Selasky wrote: > On 01/06/14 10:41, Huang Wen Hui wrote: >> >> % grep xhci dmesg-xhci-debug.txt | more >> xhci0: mem 0xc1e00000-0xc1e0ffff at >> device 20.0 on pci0 >> xhci0: attempting to allocate 1 MSI vectors (8 supported) >> xhci0: using IRQ 266 for MSI >> xhci0: MSI enabled > > > Those USB timeouts are most likely due to port routing not working properly. > It is because intel did something special to their lynx point series. > > Try to set : > > hw.usb.xhci.xhci_port_route = "-1" > > in /boot/loader.conf > > --HPS