From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 16 19:21:48 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 C373316A4CE; Wed, 16 Feb 2005 19:21:48 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C3F43D2D; Wed, 16 Feb 2005 19:21:48 +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 j1GJKqSZ055312; Wed, 16 Feb 2005 14:20:53 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Coleman Kane Date: Wed, 16 Feb 2005 14:20:49 -0500 User-Agent: KMail/1.6.2 References: <200502141722.10259.jhb@FreeBSD.org> <200502161256.34505.jkim@niksun.com> <20050216140808.GF99724@ramen> In-Reply-To: <20050216140808.GF99724@ramen> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502161420.49924.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 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 19:21:48 -0000 On Wednesday 16 February 2005 09:08 am, Coleman Kane wrote: > Yeah the recipient of the fix just emailed me about this, I am > guessing that the #if 0 is the uncommitable part. Is there any way > that this can be done by the kernel (the PCI reg write, that is)? > Is there any reason that it can't be done there? Yes, it can be done from kernel. Linux has a patch here: http://bugzilla.kernel.org/attachment.cgi?id=3324 We can do something similar but it may cause regression for us. Jung-uk Kim