From owner-freebsd-current@FreeBSD.ORG Wed Mar 16 12:30:44 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2206016A4D0 for ; Wed, 16 Mar 2005 12:30:44 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5993B43D54 for ; Wed, 16 Mar 2005 12:30:43 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id y7so82712rne for ; Wed, 16 Mar 2005 04:30:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=k7Rt1L0iXCJrkNvVqBLdOUfXI3MG2Ed0mhYEm/0g8G/LFIsjFHlMieA5TsH0GHC6su/2qgqhoEZ987j62qHC3QMKoH3SaDwgVmovD63VFqwE2KGwLF35QanFyKk0Sx97A3Zq8fwoYWrey9Wu9zW3HERLy65/a4sXYaHEg/MWj0M= Received: by 10.38.99.16 with SMTP id w16mr454736rnb; Wed, 16 Mar 2005 04:30:42 -0800 (PST) Received: by 10.39.2.24 with HTTP; Wed, 16 Mar 2005 04:30:42 -0800 (PST) Message-ID: <346a802205031604306d1e6420@mail.gmail.com> Date: Wed, 16 Mar 2005 07:30:42 -0500 From: Coleman Kane To: David Xu In-Reply-To: <42381044.8080901@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050316093956.GA32442@stud.fit.vutbr.cz> <42381044.8080901@freebsd.org> X-Mailman-Approved-At: Wed, 16 Mar 2005 13:05:00 +0000 cc: amd64@freebsd.org cc: Divacky Roman cc: current@freebsd.org Subject: Re: amd64 irq assigning related problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cokane@cokane.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 12:30:44 -0000 On Wed, 16 Mar 2005 18:53:56 +0800, David Xu wrote: > Most nForce boards have broken ACPI, I have same chipset board. > it does not work as yours, now I threw it at wall corner, it is > collecting dustbin. > > 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... > > > > > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > You will need to use pciconf to modify a PCI register. See my page at http://www.cokane.org/amd64.html for more info. You can also patch the kernel. --coleman