From owner-freebsd-usb@FreeBSD.ORG Mon Sep 22 08:29:48 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 2889CE17 for ; Mon, 22 Sep 2014 08:29:48 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8D94FD8 for ; Mon, 22 Sep 2014 08:29:47 +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 CC6721FE027; Mon, 22 Sep 2014 10:29:44 +0200 (CEST) Message-ID: <541FDDF0.90502@selasky.org> Date: Mon, 22 Sep 2014 10:29:36 +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: <541FBD6F.2080507@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: Mon, 22 Sep 2014 08:29:48 -0000 On 09/22/14 10:26, Huang Wen Hui wrote: > 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 Can you try setting: hw.usb.xhci.use_polling=1 in /boot/loader.conf Does it make any difference? --HPS