From owner-cvs-src@FreeBSD.ORG Tue Feb 22 22:55:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA1A16A4D0; Tue, 22 Feb 2005 22:55:13 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id B195743D2D; Tue, 22 Feb 2005 22:55:12 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j1MMtBPp009940; Tue, 22 Feb 2005 17:55:11 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: cvs-src@freebsd.org Date: Tue, 22 Feb 2005 17:55:08 -0500 User-Agent: KMail/1.6.2 References: <200502222152.j1MLqqRG085270@repoman.freebsd.org> <200502221657.06989.jhb@FreeBSD.org> In-Reply-To: <200502221657.06989.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502221755.08652.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/721/Tue Feb 22 09:01:26 2005 on anuket.mj.niksun.com X-Virus-Status: Clean cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpivar.h src/sys/amd64/acpica madt.c src/sys/i386/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 22:55:13 -0000 On Tuesday 22 February 2005 04:57 pm, John Baldwin wrote: > On Tuesday 22 February 2005 04:52 pm, John Baldwin wrote: > > jhb 2005-02-22 21:52:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/acpica acpivar.h > > sys/amd64/acpica madt.c > > sys/i386/acpica madt.c > > Log: > > - Add a new quirk to indicate that pin 0 of the first I/O APIC > > is really IRQ 0 and not an ExtINT pin. The MADT enumerators > > ignore the PC-AT flag and ignore overrides that map IRQ 0 to pin > > 2 when this quirk is present. - Add a block comment above the > > quirks to document each quirk so that we can use more verbose > > descriptions quirks. > > > > MFC after: 2 weeks > > Several "wonderful" amd64 chipsets by Nvidia have this issue. AFAIK, this is a common problem for every NVIDIA chipset. > You can test it by manually enabling the quirk via hints (the value > for this quirk is '4'). If you have a machine that needs this, > please send me your acpidump output. Thanks. Thanks for the commit, Jung-uk Kim