From owner-freebsd-usb@FreeBSD.ORG Tue Sep 30 12:50:38 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D849EE4 for ; Tue, 30 Sep 2014 12:50:38 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF15F65E for ; Tue, 30 Sep 2014 12:50:37 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id DEDDF1FE022; Tue, 30 Sep 2014 14:50:34 +0200 (CEST) Message-ID: <542AA716.3070701@selasky.org> Date: Tue, 30 Sep 2014 14:50:30 +0200 From: Hans Petter Selasky 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: xhci problem on UEFI boot MacBookPro 11,3 References: <542A92AF.8040606@selasky.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-usb@freebsd.org" X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 12:50:38 -0000 On 09/30/14 14:25, Huang Wen Hui wrote: > Exactly same: > http://sw.gddsn.org.cn/freebsd/non-working-mac-bios-pciconf.txt > http://sw.gddsn.org.cn/freebsd/non-working-mac-uefi-pciconf.txt > > > and working-mac: > http://sw.gddsn.org.cn/freebsd/working-mac-bios-pciconf.txt > http://sw.gddsn.org.cn/freebsd/working-mac-uefi-pciconf.txt > > 2014-09-30 19:23 GMT+08:00 Hans Petter Selasky : > >> Hi, >> >> Can you get output from "pciconf -lv" from the non-working MBP, in both >> UEFI and BIOS mode? >> >> --HPS >> > Hi, It looks like you are missing an EHCI controller. What happens if you boot having: hw.pci.do_power_nodriver=1 In /boot/loader.conf ? --HPS