From owner-freebsd-usb@FreeBSD.ORG Tue Sep 30 13:10:45 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 17EF848C for ; Tue, 30 Sep 2014 13:10:45 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9348296A for ; Tue, 30 Sep 2014 13:10:44 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id gq15so186525lab.38 for ; Tue, 30 Sep 2014 06:10:42 -0700 (PDT) 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=BP21ud+BtYPCq6ufPoPg/X23oXOkwcE2X3E2xfkaCkU=; b=heVzyQKJAmQsoxwB6n2eOb/2M/7NJqPE5SNr3+E9DjCkhvnFxVRefusfTD8Xt8DL+l tm7K4Wyhn8McR3DWEjwqlH8OiuoDv5W+0LsmubXnpU84PyL5Fhuwgvdw8hwI0yvQQr07 gtPs+L02x4gmZnLrHztldWPYEp2tO3SIWcWIq2haTjd83v+BIRc4g5FyQ5rHnTwLWhvm /1AnGbK4FzLVYKRhstT1cglz1GlhUNAazHe7omxPbqGMQAdf7p7am4KQAKRwCbgfCb8H axg9CLLTJw3Gzcqab2HuTT4UFTBftDvYtdYq2OtlCPF9klWO0xAzI5BA67Ee6M0FgxlR Wv3g== MIME-Version: 1.0 X-Received: by 10.152.44.136 with SMTP id e8mr47640999lam.36.1412082642512; Tue, 30 Sep 2014 06:10:42 -0700 (PDT) Received: by 10.112.218.101 with HTTP; Tue, 30 Sep 2014 06:10:42 -0700 (PDT) Reply-To: huanghwh@gmail.com In-Reply-To: <542AA716.3070701@selasky.org> References: <542A92AF.8040606@selasky.org> <542AA716.3070701@selasky.org> Date: Tue, 30 Sep 2014 21:10:42 +0800 Message-ID: Subject: Re: xhci problem on UEFI boot MacBookPro 11,3 From: Huang Wen Hui To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 13:10:45 -0000 Hi, Both bios and uefi are same as before. I never see EHCI controller from dmesg when I got this MBP:( Thanks, Huang Wen Hui 2014-09-30 20:50 GMT+08:00 Hans Petter Selasky : > 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 >