From owner-freebsd-stable@FreeBSD.ORG Wed May 25 03:57:01 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0321516A41C for ; Wed, 25 May 2005 03:57:01 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7536043D48 for ; Wed, 25 May 2005 03:57:00 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (p54AAEA60.dip.t-dialin.net [84.170.234.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 25A842FA8F; Wed, 25 May 2005 05:56:59 +0200 (CEST) Message-ID: <4293F797.2050401@incubus.de> Date: Wed, 25 May 2005 05:57:11 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20050523211307.GA36552@xor.obsecurity.org> <42924949.1070902@incubus.de> <200505242141.38289.max@love2party.net> <42938C2E.6020301@incubus.de> <20050524201942.GA28257@xor.obsecurity.org> <42938D40.1050502@incubus.de> <20050524202647.GA28322@xor.obsecurity.org> <4293A18F.6080200@incubus.de> <20050524221454.GA56421@xor.obsecurity.org> <4293F4D9.90204@incubus.de> <20050525035515.GB43824@xor.obsecurity.org> In-Reply-To: <20050525035515.GB43824@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Performance of 4.x vs 5.x (Re: Lifetime of FreeBSD branches) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 03:57:01 -0000 Kris Kennaway wrote: > pcm0 and uhci3 share an interrupt on your system, and both are under > Giant, so they'll fight over it when one receives an interrupt, and > nothing else can run in the kernel when that is happening. Do you > need USB support? If not, get rid of it. Well.. the USB mouse needs it, I guess... mkb.