From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 26 09:53:13 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 3CED916A401 for ; Thu, 26 Apr 2007 09:53:13 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8D62313C45D for ; Thu, 26 Apr 2007 09:53:11 +0000 (UTC) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.8/8.13.8) with ESMTP id l3QAFV6O098909; Thu, 26 Apr 2007 12:15:31 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.8/8.13.8/Submit) id l3QAFVAm098908; Thu, 26 Apr 2007 12:15:31 +0200 (CEST) (envelope-from mlfbsd) Date: Thu, 26 Apr 2007 12:15:31 +0200 From: Olivier Houchard To: Ariff Abdullah Message-ID: <20070426101530.GA98888@ci0.org> References: <20070425193121.GA1109@q.q> <20070425232238.GA93592@ci0.org> <20070426102334.1c301b0a.ariff@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070426102334.1c301b0a.ariff@FreeBSD.org> User-Agent: Mutt/1.4.1i Cc: freebsd-hackers@FreeBSD.org, stas.ibragimov@gmail.com 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 09:53:13 -0000 On Thu, Apr 26, 2007 at 10:23:34AM +0800, Ariff Abdullah wrote: > On Thu, 26 Apr 2007 01:22:38 +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. > > > > This has been fixed few hours ago. > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=401120+0+current/cvs-src > > Great to hear ! It's been annoying me for some times. Thanks for your work ! Olivier