From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 25 23:19:37 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 5859616A402 for ; Wed, 25 Apr 2007 23:19:37 +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 8390A13C44C for ; Wed, 25 Apr 2007 23:19:36 +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 l3PNMcm3094054; Thu, 26 Apr 2007 01:22:39 +0200 (CEST) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.8/8.13.8/Submit) id l3PNMcol094053; Thu, 26 Apr 2007 01:22:38 +0200 (CEST) (envelope-from mlfbsd) Date: Thu, 26 Apr 2007 01:22:38 +0200 From: Olivier Houchard To: stas.ibragimov@gmail.com Message-ID: <20070425232238.GA93592@ci0.org> References: <20070425193121.GA1109@q.q> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070425193121.GA1109@q.q> User-Agent: Mutt/1.4.1i 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: Wed, 25 Apr 2007 23:19:37 -0000 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