From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 7 13:53:14 2014 Return-Path: Delivered-To: freebsd-hackers@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 7146DB8B for ; Sat, 7 Jun 2014 13:53:14 +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 309572F91 for ; Sat, 7 Jun 2014 13:53:13 +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 DB57E1FE026; Sat, 7 Jun 2014 15:53:09 +0200 (CEST) Message-ID: <53931963.4040604@selasky.org> Date: Sat, 07 Jun 2014 15:53:39 +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: Dutch Ingraham , freebsd-hackers@freebsd.org Subject: Re: Fwd: Interrupt Overload References: <538A3432.5010303@gmx.us> <53930E19.8090603@gmx.us> In-Reply-To: <53930E19.8090603@gmx.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 13:53:14 -0000 On 06/07/14 15:05, Dutch Ingraham wrote: > > Hi everyone - I am resending this as it is not appearing in the archives > so I don't believe it made it to the general list-serv. (My apologies if > it actually did make it.) > Hi, UHCI controllers should not produce more than 1000 IRQ/s. Is the interrupt perhaps shared? --HPS