From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 18 05:59:24 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 EAC4616A4CE for ; Fri, 18 Feb 2005 05:59:24 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8654643D31 for ; Fri, 18 Feb 2005 05:59:24 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so446414rng for ; Thu, 17 Feb 2005 21:59:24 -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=aK4naHbIww30VDdgxZh89NDjZtEVoK7mlTtupOt+plOyo4Rd8J/pS5O81y1KgUQ1ZBrTA3+3kWjhyado9cWlEtDUn2lT5oQ9f8x+n1MvJHjz4iOwvzbka2PfshsXYHUTInzpMIT83WuHWrXuvFaN2TZfF8McYMGM/qb3zslxNek= Received: by 10.38.153.46 with SMTP id a46mr192384rne; Thu, 17 Feb 2005 21:59:23 -0800 (PST) Received: by 10.38.22.22 with HTTP; Thu, 17 Feb 2005 21:59:23 -0800 (PST) Message-ID: <346a8022050217215967ecd8be@mail.gmail.com> Date: Fri, 18 Feb 2005 00:59:23 -0500 From: Coleman Kane To: Nicolas Blais In-Reply-To: <200502171904.03591.nb_root@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502171904.03591.nb_root@videotron.ca> 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 Reply-To: cokane@cokane.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 05:59:25 -0000 On Thu, 17 Feb 2005 19:04:02 -0500, Nicolas Blais wrote: > I can help if you want to know if it runs on -STABLE but I have no idea which > of the late fix-it-all patches is the real one. Currently on my R3000Z system > I'm running with > Jung-uk Kim's patchs (including DSDT fix), not the recently unified patch. > > Which of the many posted unified patch is the right one and do I still need to > perform acpidump and install the keyboard-boot fix? > > Thanks, > Nicolas. > The unified patch does not include the ExtINT patch. It also doesn't include the PCI patch to get pccard working. I still needed to apply both of those, in addition to the DSDT update when using the unified patch. The work I needed to do in order to get a RELENG_5 system working are at: http://www.cokane.org/amd64.html. I am in the lucky position of having access to both the Gateway VIA-based Mobile Athlon64 laptop and a notorious Compaq R3000 Athlon64 laptop. -- coleman