From owner-freebsd-current@FreeBSD.ORG Thu Nov 2 18:11:22 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9C416A492 for ; Thu, 2 Nov 2006 18:11:22 +0000 (UTC) (envelope-from jdp@polstra.com) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B379043D6B for ; Thu, 2 Nov 2006 18:11:15 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [64.81.189.67]) by blake.polstra.com (8.13.6/8.13.6) with ESMTP id kA2IB6IB008521; Thu, 2 Nov 2006 10:11:06 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <2a41acea0611020935q44bcd08dxe91deb6e6e7a5fe5@mail.gmail.com> Date: Thu, 02 Nov 2006 10:11:06 -0800 (PST) From: John Polstra To: Jack Vogel Cc: freebsd-current@freebsd.org Subject: Re: Silly IRQ allocation on Dell 1950 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 18:11:22 -0000 On 02-Nov-2006 Jack Vogel wrote: > On 11/2/06, Scott Long wrote: >> This is typical Dell, and it gets even worse if you have a laptop. >> Imagine every PCI device being on the sole interrupt line that is routed >> on the motherboard. Growing MSI support would get around this for bce >> and many other devices. >> >> Scott > > Well, guess we need stronger fertilizer so it grows faster :) > > Seriously though, MSI implementation is happening. The em driver wants > it also :) Yeah, I stuck a dual-port Intel gigabit NIC into one of the PCI-Ex slots, and it got assigned IRQs 16 and 17. So that's three gigabit interfaces on IRQ 16. I moved the Intel NIC to the other slot, and it still got assigned the same IRQs. Wonderful. John