From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 22 08:02:43 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2679416A4CE; Tue, 22 Mar 2005 08:02:43 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA89E43D54; Tue, 22 Mar 2005 08:02:41 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.13.3/8.13.3) with ESMTP id j2M82cuD018938 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 22 Mar 2005 09:02:38 +0100 (CET) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.3/8.13.3/Submit) id j2M82Yif018930; Tue, 22 Mar 2005 09:02:34 +0100 (CET) Date: Tue, 22 Mar 2005 09:02:34 +0100 From: Divacky Roman To: Jung-uk Kim Message-ID: <20050322080234.GA18572@stud.fit.vutbr.cz> References: <20050316093956.GA32442@stud.fit.vutbr.cz> <200503161154.04555.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503161154.04555.jkim@niksun.com> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.49 on 147.229.10.14 cc: amd64@freebsd.org cc: current@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: amd64 irq assigning related problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 08:02:43 -0000 On Wed, Mar 16, 2005 at 11:54:03AM -0500, Jung-uk Kim wrote: > On Wednesday 16 March 2005 04:39 am, Divacky Roman wrote: > > Hi, > > > > my amd64 box with nforce3 chipset doesnt boot with acpi enabled. > > when I boot with acpi disabled my atkbd (attached to ps/2) runs > > VERY slow (about 1cps), I think its caused by atkbdc not having irq > > assigned... > > Turn on ACPI and do this from loader: > > set debug.acpi.quirks=4 > > or add the following line in /boot/loader.conf: > > debug.acpi.quirks=4 when I set this... it proceeds further in booting but ata probe routine time outs ie. I am not able to mount / (its on sata disk) typing on keyboard seems to be "normal" (its at slow keyrate but I think its ok now) any other suggest? should I provide any info? (I am able to boot without acpi so I can provide some I think) roman