From owner-freebsd-current@FreeBSD.ORG Mon Jan 6 09:51:26 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 61437FB4; Mon, 6 Jan 2014 09:51:26 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1221618B1; Mon, 6 Jan 2014 09:51:25 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id ACC4F17FC73; Mon, 6 Jan 2014 10:51:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id D5F3D8FDBA3; Mon, 6 Jan 2014 10:52:05 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VvEy2fsTzg7f; Mon, 6 Jan 2014 10:52:05 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 20BC58FDBA2; Mon, 6 Jan 2014 10:52:05 +0100 (CET) Message-ID: <52CA7CE0.7070202@bitfrost.no> Date: Mon, 06 Jan 2014 10:52:32 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: huanghwh@gmail.com Subject: Re: Install 10.0-RC3 on MacBookPro Late 2013 References: <52CA56E5.8030101@bitfrost.no> <52CA6E3F.9000301@bitfrost.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Adrian Chadd , 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 09:51:26 -0000 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