From owner-freebsd-current@FreeBSD.ORG Mon Mar 24 14:18:40 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7653F106566C for ; Mon, 24 Mar 2008 14:18:40 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id EDB5E8FC18 for ; Mon, 24 Mar 2008 14:18:39 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so2383596uge.37 for ; Mon, 24 Mar 2008 07:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=L+XtzChYfkrJWAEXUKGT/REdZhrDR6Ks5MEjgi9P+xk=; b=Cl/cYUu2etpKvzDMNi12rnu7NJ+GZyAjQxC5OrQHvt/3PSPIq7A3KOkKgEYodoSDuw1gWfrAiCDlA20lvbL2Vnz23stPhBixSayEIecloZo6vsglM/2naf/x0+sp1Wv7oYZXQsRINL38gnZ6Ltu/ErnqV3WxnZbSXCyqxxKK6JU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=cxEw3Fw//gzSkEuaMnPfRXy67WIH8GYqgmwzZfVqZPD42360eXlQDBDzWqm3GF6eTrnhDdugzb6ZtXp3tkNkQbfI8zqyIuWHbDI8OW3e1aG7MuQY6j1xZ6O4jfP++wpUVRLrAYE+Kd5UArxwmtxrMJqgqNBMSa4XC7SGwu9pWmM= Received: by 10.66.217.20 with SMTP id p20mr4762952ugg.51.1206368318770; Mon, 24 Mar 2008 07:18:38 -0700 (PDT) Received: by 10.66.220.18 with HTTP; Mon, 24 Mar 2008 07:18:38 -0700 (PDT) Message-ID: Date: Mon, 24 Mar 2008 14:18:38 +0000 From: "Igor Mozolevsky" Sender: mozolevsky@gmail.com To: freebsd-current@freebsd.org In-Reply-To: <200803190920.28633.jhb@freebsd.org> MIME-Version: 1.0 References: <200803181324.51136.jhb@freebsd.org> <200803190920.28633.jhb@freebsd.org> X-Google-Sender-Auth: dc1745f07a15b0c7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Compiling 6.3->7: lapic frequency madness 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: Mon, 24 Mar 2008 14:18:40 -0000 On 19/03/2008, John Baldwin wrote: > > On Tuesday 18 March 2008 03:25:00 pm Igor Mozolevsky wrote: > > > Well, I wouldn't say I'm sure it's 100% cpufreq related, but removing > > it from the kernel fixes the problem... It's also possible that > > cpufreq is interfering with something else... Anyhow, I've got both > > est and p4tcc attaching. > > > Can you try disabling one or the other to see if it's limited to one > driver? For the benefit of the rest of the list, since as I replied to jhb only by mistake: hint.est.0.disabled="1" seems to give lapic frequency within a reasonable range. cheers, Igor :-)