From owner-freebsd-current@FreeBSD.ORG Sun Jul 22 16:27:52 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BADB216A417 for ; Sun, 22 Jul 2007 16:27:52 +0000 (UTC) (envelope-from tom.hurst@clara.net) Received: from spork.qfe3.net (spork.qfe3.net [212.13.207.101]) by mx1.freebsd.org (Postfix) with ESMTP id 82E4D13C458 for ; Sun, 22 Jul 2007 16:27:52 +0000 (UTC) (envelope-from tom.hurst@clara.net) Received: from [81.104.144.87] (helo=voi.aagh.net) by spork.qfe3.net with esmtp (Exim 4.66 (FreeBSD)) (envelope-from ) id 1ICe00-0006ab-I0; Sun, 22 Jul 2007 17:09:36 +0100 Received: from freaky by voi.aagh.net with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1ICdzz-0004zc-PA; Sun, 22 Jul 2007 17:09:35 +0100 Date: Sun, 22 Jul 2007 17:09:35 +0100 From: Thomas Hurst To: Chris Dionissopoulos Message-ID: <20070722160935.GA18069@voi.aagh.net> Mail-Followup-To: Chris Dionissopoulos , Jeff Roberson , current@freebsd.org References: <20070721174631.S561@10.0.0.1> <1807103749.20070722111025@freemail.gr> <20070722014208.G561@10.0.0.1> <684796249.20070722134105@freemail.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <684796249.20070722134105@freemail.gr> Organization: Not much. User-Agent: Mutt/1.5.15 (2007-04-06) Sender: Thomas Hurst Cc: Jeff Roberson , current@freebsd.org Subject: Re: ULE status, invalid load, buildkernel times. 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: Sun, 22 Jul 2007 16:27:52 -0000 * Chris Dionissopoulos (dionch@freemail.gr) wrote: > But looking more carefully I found that I can reproduce PANIC anytime > using command: > > mail# sysctl dev.cpu.0.freq=1596 > > -- where 1596 is valid Hz option as shown in: > dev.cpu.0.freq: 1862 > dev.cpu.0.freq_levels: 1862/89000 1629/77875 1596/63546 1396/55602 1197/47659 997/39716 798/31773 598/23829 399/15886 199/7943 It looks like you're running acpi_throttle, which I've seen cause problems before. Try adding: hint.acpi_throttle.0.disabled="1" To /boot/device.hints so you're left with just the powernow frequencies (assuming this is an AMD64, going by the 89W max TDP). -- Thomas 'Freaky' Hurst http://hur.st/