From owner-freebsd-questions@FreeBSD.ORG Tue Jul 4 08:16:50 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1657816A4E0 for ; Tue, 4 Jul 2006 08:16:50 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BAD43D46 for ; Tue, 4 Jul 2006 08:16:48 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k648GkEY031351; Tue, 4 Jul 2006 11:16:46 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 4 Jul 2006 11:14:13 +0300 User-Agent: KMail/1.9.1 References: <44A8D770.5060808@swehack.se> <44A90EDA.6040707@mac.com> <44AA1160.70409@swehack.se> In-Reply-To: <44AA1160.70409@swehack.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607041114.14169.nvass@teledomenet.gr> Cc: nocturnal Subject: Re: Interrupt using all the CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:16:50 -0000 On Tuesday 04 July 2006 09:57, nocturnal wrote: > Hi > > kern.clockrate: { hz = 100, tick = 10000, profhz = 1024, stathz = 128 } > > I'm going to see if it's possible to disable USB from the BIOS later > today, if not, can i disable the USB devices in the kernel? are you sure you have to? Try vmstat -w1 to see the number of interrupts as advised by Chuck