From owner-freebsd-current@FreeBSD.ORG Thu Nov 24 01:54:18 2005 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 E3FFE16A41F for ; Thu, 24 Nov 2005 01:54:18 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 840B643D8E for ; Thu, 24 Nov 2005 01:54:07 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id F219C19F2D; Wed, 23 Nov 2005 18:00:47 -0800 (PST) From: "Darren Pilgrim" To: "'Scott Long'" Date: Wed, 23 Nov 2005 17:53:56 -0800 Message-ID: <000401c5f099$f1ae1f30$642a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <4384F807.6050105@samsco.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Cc: freebsd-current@freebsd.org Subject: RE: em interrupt storm 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, 24 Nov 2005 01:54:19 -0000 From: Scott Long [mailto:scottl@samsco.org] > Darren Pilgrim wrote: > > > > Until this gets "fixed" in FreeBSD, what should those of us who are > > effectively stuck with this hardware do to avoid the problem? > > What I've done is vacated the use of irq16 on my machines by disabling > things like usb and if_em. Do the devices have to be really turned off (meaning disabled in the BIOS) or do I just not load the corresponding driver? If nothing is using irq16, does the aliasing not occur or does it just become transparent to FreeBSD?