From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 16 17:57:15 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 54A6016A4CE; Wed, 16 Feb 2005 17:57:15 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 898D143D31; Wed, 16 Feb 2005 17:57: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 j1GHua9c052456; Wed, 16 Feb 2005 12:56:37 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: obrien@freebsd.org Date: Wed, 16 Feb 2005 12:56:34 -0500 User-Agent: KMail/1.6.2 References: <200502141722.10259.jhb@FreeBSD.org> <20050216134731.GB99724@ramen> <20050216174530.GD82895@dragon.nuxi.com> In-Reply-To: <20050216174530.GD82895@dragon.nuxi.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502161256.34505.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-amd64@freebsd.org cc: Coleman Kane Subject: Re: [PATCH] Updated quirk-driven R3000Z patches 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: Wed, 16 Feb 2005 17:57:15 -0000 On Wednesday 16 February 2005 12:45 pm, David O'Brien wrote: > On Wed, Feb 16, 2005 at 01:47:31PM +0000, Coleman Kane wrote: > > Also, there is another patch missing. The following allows you to > > use PCCARD devices to work. I found this email: > > http://lists.freebsd.org/mailman/htdig/freebsd-amd64/2005-January > >/003365.html > > > > Which has the problem detailed. Without this, the IO ranges > > attached to the PCCARD devices asre screwed up, and thus you > > cannot use them. > > But this patch has nothing to do with the ATPIC issue (that I can > see). So it should be left out of jhb's patch. Also that patch > isn't in a committable form. Can someone make it in a commitable > form and I'll commit it. All you need is the second hunk, which is commitable, I believe. The first hunk has to be fixed from BIOS or manually corrected by: pciconf -w -b pci0:10:0 0x1a 0x0a Jung-uk Kim