From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 26 04:54:53 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3607616A408 for ; Thu, 26 Apr 2007 04:54:53 +0000 (UTC) (envelope-from stas.ibragimov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id B50F013C4B9 for ; Thu, 26 Apr 2007 04:54:52 +0000 (UTC) (envelope-from stas.ibragimov@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so482029ugh for ; Wed, 25 Apr 2007 21:54:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:from; b=ntZ7GzKt/6yPESc6woWIT41zQ1flAYj8DYnLzbMqvvQ5e3+tzb4U9OsMSiISWxE44csvLxctMbRGtMmlGXZGjCE/OEsQzvZVbXYx8MW0MfM6ls4Gs/qBR76XksLlKoswg3GNkuKcdpPeLWhtVkHPOaRXiVM8Uaw8lulH9rzGaGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:from; b=GhCvZqpSaiSvdCyZz1Xf34n9jokj0QQd5Ks9BDRNd+O9QVn36bnUXHf8tX/YADMDn+aq1EoQ6/GToHqrVCRydfkruJKP9cOoHsHfjOFz5a3xYePl8SZZpVXoPCAOtZVwtP99FG7g3dmgoFHVjBqzruC+hJ/PwXnLVCCMe4g2pKo= Received: by 10.66.248.13 with SMTP id v13mr1919340ugh.1177563291443; Wed, 25 Apr 2007 21:54:51 -0700 (PDT) Received: from localhost ( [213.141.154.21]) by mx.google.com with ESMTP id b23sm4430189ugd.2007.04.25.21.54.49; Wed, 25 Apr 2007 21:54:50 -0700 (PDT) Date: Thu, 26 Apr 2007 08:57:40 +0400 To: Olivier Houchard Message-ID: <20070426045740.GA1093@q.q> References: <20070425193121.GA1109@q.q> <20070425232238.GA93592@ci0.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070425232238.GA93592@ci0.org> User-Agent: Mutt/1.5.13 (2006-08-11) From: stas.ibragimov@gmail.com Cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD install problem on Asus A6T laptop. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 04:54:53 -0000 On Thu Apr 26, 2007 at 01:22:38AM +0200, Olivier Houchard wrote: > On Wed, Apr 25, 2007 at 11:31:21PM +0400, stas.ibragimov@gmail.com wrote: > > I am attemping to install FreeBSD Current into this laptop.System boot well, but working very very slow(switching to next virtual console took 5-10 minutes). > > What could be the reason of this? > > > > > > Hi, > > I've had a similar problem with an A7T, if I'm not mistaken it's due to a > bug in the thurion timer, you can use > machdep.cpu_idle_hlt="0" > in your loader.conf as a workaround. > > Cheers, > > Olivier When I used the machdep.cpu_idle_hlt="0", system has been properly loaded. Stas Ibragimov