From owner-freebsd-current@FreeBSD.ORG Tue Feb 19 10:27:59 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 011C64AE for ; Tue, 19 Feb 2013 10:27:58 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id BA675274 for ; Tue, 19 Feb 2013 10:27:58 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,694,1355126400"; d="scan'208";a="23764784" Received: from smtp1.corp.netapp.com ([10.57.156.124]) by mx12-out.netapp.com with ESMTP; 19 Feb 2013 02:27:58 -0800 Received: from vmwexceht05-prd.hq.netapp.com (vmwexceht05-prd.hq.netapp.com [10.106.77.35]) by smtp1.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r1JARw1Z006327; Tue, 19 Feb 2013 02:27:58 -0800 (PST) Received: from VMWEXCEHT06-PRD.hq.netapp.com (10.106.77.104) by vmwexceht05-prd.hq.netapp.com (10.106.77.35) with Microsoft SMTP Server (TLS) id 14.2.328.9; Tue, 19 Feb 2013 02:27:57 -0800 Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.54]) by vmwexceht06-prd.hq.netapp.com ([10.106.77.104]) with mapi id 14.02.0328.009; Tue, 19 Feb 2013 02:27:57 -0800 From: "Eggert, Lars" To: Fleuriot Damien Subject: Re: system 20% busy at all times? Thread-Topic: system 20% busy at all times? Thread-Index: AQHODoSUIkOKNPDzb0yS23V/tl+kl5iBc1WAgAABSACAAAKwgIAABj+AgAABMwCAAAHkAA== Date: Tue, 19 Feb 2013 10:27:56 +0000 Message-ID: References: <36DD2FB4-E26A-4F03-95D9-FFD855957269@my.gd> <8F861CF6-D0FA-4BD2-B73D-24CB247584A1@my.gd> In-Reply-To: <8F861CF6-D0FA-4BD2-B73D-24CB247584A1@my.gd> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 19 Feb 2013 10:27:59 -0000 Hi, On Feb 19, 2013, at 11:21, Fleuriot Damien wrote: > What about a newly build kernel without the line "device acpi" and withou= t the options ACPI_DEBUG ? > Hoping that this kernel: > 1/ won't crash on boot > 2/ will make the 20% cpu load and high interrupt rates disappear I added "device atpic" to my kernel config and rebooted with hint.acpi.0.di= sabled=3D1 in the loader. I get further during boot, but then get a "panic:= No usable event timer found!" Also, my is devices showed errors trying to = allocate bus resources. Lars=