From owner-freebsd-usb@FreeBSD.ORG Mon Sep 22 08:26:34 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22455B9B for ; Mon, 22 Sep 2014 08:26:34 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (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 8A469FB4 for ; Mon, 22 Sep 2014 08:26:33 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id hz20so6303173lab.15 for ; Mon, 22 Sep 2014 01:26:31 -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=yGkMpBDHo2COtWM7lnc4AOQ7EHmVNP5AeTsAElsKJFc=; b=rnl6eGGiceSK9Siy4EOzLc64zGRh0dbZ+Sa2hhQ8Vd0HKkpXZ3P/pf9ElgeSZMDpxC Wj4MZtaBHPDAC02icrMCyHsjv+EofwaqsGkkFXAfDwAnh/My21Kkt7NuZjMGq+QlhYT8 xlHd0LhJOTGpLo6Cy7l81kSBxXJDzPEkTrJhdu29dAVUAjBze97acg5vqPLJzB/Bk6oU JuWvILL4TK6X+e8z0XT3qqSwHjnIYWmk++4yEHWpnpUlluQRaEfjxmLT7nNEDMgQTM/E jw7fRi5u3b78PcQv1tOulbS1UGYhx5TCZqgUno3QFGeApVzFoGpLpFSOjYsMlcun1KOM VYaQ== MIME-Version: 1.0 X-Received: by 10.152.44.136 with SMTP id e8mr24525851lam.36.1411374391048; Mon, 22 Sep 2014 01:26:31 -0700 (PDT) Received: by 10.112.218.101 with HTTP; Mon, 22 Sep 2014 01:26:30 -0700 (PDT) Reply-To: huanghwh@gmail.com In-Reply-To: <541FBD6F.2080507@selasky.org> References: <541FBD6F.2080507@selasky.org> Date: Mon, 22 Sep 2014 16:26:30 +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: Mon, 22 Sep 2014 08:26:34 -0000 Hi, For xhci, this is "intpin=a, irq=255", no change. vmstat -i show almost same result: interrupt total rate irq9: acpi0 887 0 irq16: ahci0 119840 20 cpu0:timer 61017 10 irq264: hdac0 11 0 irq265: bge0 100509 16 irq266: xhci0 10 0 irq267: hdac1 1651 0 cpu1:timer 45710 7 cpu7:timer 41966 7 cpu6:timer 43753 7 cpu2:timer 39606 6 cpu3:timer 49974 8 cpu4:timer 46549 7 cpu5:timer 29639 4 irq268: vgapci0 42382 7 Total 623504 104 But these message are UEFI only: Sep 21 10:37:34 mbp kernel: xhci_root_intr: port 8 changed Sep 21 10:37:34 mbp kernel: xhci_root_intr: port 12 changed Sep 21 10:37:34 mbp kernel: xhci_root_intr: port 19 changed Cheers, Huang Wen Hui 2014-09-22 14:10 GMT+08:00 Hans Petter Selasky : > On 09/22/14 07:42, Huang Wen Hui wrote: > >> verbose log with hw.usb.xhci.debug="15" in BIOS mode: >> http://sw.gddsn.org.cn/freebsd/messages-bios.txt >> verbose log with hw.usb.xhci.debug="15" in UEFI mode: >> http://sw.gddsn.org.cn/freebsd/messages-uefi.txt >> >> > Hi, > > It might look as if the XHCI is receiving no interrupts, which is not an > XHCI fault. When removing the timestamps and diffing I see changes like: > > intpin=c, irq=11 > > -> > > kernel: intpin=c, irq=255 > > > And one ACPI change: > > kernel: ACPI: RSDP 0x7ad8e014 00024 (v02 APPLE ) > > vs > > kernel: ACPI: RSDP 0xfe020 00024 (v02 APPLE ) > > --HPS > >