From owner-freebsd-stable@FreeBSD.ORG Mon Nov 29 10:49:24 2004 Return-Path: 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 8795716A4CF; Mon, 29 Nov 2004 10:49:24 +0000 (GMT) Received: from freebee.digiware.nl (dsl439.iae.nl [212.61.63.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CD243D60; Mon, 29 Nov 2004 10:49:23 +0000 (GMT) (envelope-from wjw@withagen.nl) Received: from [212.61.27.71] (dual.digiware.nl [212.61.27.71]) by freebee.digiware.nl (8.13.1/8.13.1) with ESMTP id iATAnLv0000794; Mon, 29 Nov 2004 11:49:21 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <41AAFEB2.6040903@withagen.nl> Date: Mon, 29 Nov 2004 11:49:22 +0100 From: Willem Jan Withagen User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <41AA75A5.3050706@withagen.nl> <41AA7921.9090703@freebsd.org> In-Reply-To: <41AA7921.9090703@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: same interrupts on uhc and em0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:49:24 -0000 Scott Long wrote: > Willem Jan Withagen wrote: > >> Hi, >> >> Got this intel r1300 dual processor server with 2 Em inerfaces and a >> lot of usb ports, 2Gb and en Promise Fastrack TX2000 >> >> Problem is that when em0 gets an interrupt, it also shows up on the >> USB controller. top shows the exact same amounts of interrupt at both >> every time over. Which has a lickelyhood of less than zero. >> >> Is this more common, and if so: what might fix it. >> >> --WjW > > > This is a common problem, and unfortunately there hasn't been much > movement in fixing it. I'd highly suggest disabling USB in the BIOS if > you don't need it. Aha, the axe method.... :) Nope, it is a rack server with little use for USB. A rather nice one with video and USB at the front. But currently we're using the ps/2 kbd interface at the back, where there's also a video interface. Out of curiosity: Are the ISR's really shared, or is it more an "optical" problem? em0 is at irq 30 uhc is at irq 16 The server will be here for at most 1 more week, and is available for tests.... --WjW