From owner-freebsd-questions@FreeBSD.ORG Sat Mar 24 23:24:14 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29F1E16A401 for ; Sat, 24 Mar 2007 23:24:14 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id AE70113C448 for ; Sat, 24 Mar 2007 23:24:13 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so2212577muf for ; Sat, 24 Mar 2007 16:24:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o1Ird0RgkzG4JoApNTIojdhhT6OPX8Utho/t5dCCbpG12otoLxh6yDSo0tXnJgdQopFHjJjp3jsVllYW7d1x4OexTWOX5oysKqP28FNgEEBD1YW5CWDzpng3ERQtk1OpfRHi1xVZTLBsN9r+NYTjzFhgIbRNLm/wcyQy8Z3a1N4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MNap4CJ8IA5RkInmImEVslR/6vjrXWjqw0zOfOLdqIL0zyh9f6jffGnlSpoRDhGRgxBCjQ2G+LzYof4yTbN4meeinLUidwszbEMmqY+OhjClR8RiUr6LZdBMbmrPlRTXUB6JT1TIVI7FdZAOPlNqb+5ZyyUv115qjdgP+yQBsjk= Received: by 10.82.163.13 with SMTP id l13mr10281690bue.1174778652375; Sat, 24 Mar 2007 16:24:12 -0700 (PDT) Received: by 10.82.163.16 with HTTP; Sat, 24 Mar 2007 16:24:12 -0700 (PDT) Message-ID: <8cb6106e0703241624j1cf617acpe18c6e6e9a1e77cb@mail.gmail.com> Date: Sat, 24 Mar 2007 16:24:12 -0700 From: "Josh Carroll" To: "Vlad GURDIGA" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: IRQ storm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 23:24:14 -0000 > I've changed motherboard recently (now it is Intel DP965LT) and now I > have my PC slowed down considerably. vmstat -i shows a huge amount of > interrupts on irq17: atapci0: Do you have atapicam enabled or being loaded as a module? If so, I have the same problem, which is currently being tracked in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=103602 A workaround, if you don't need/want to burn cds/dvds is to remove atapicam or don't load the module at boot time. Thanks, Josh