From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 21 16:19:39 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 53E4F16A4CE for ; Mon, 21 Mar 2005 16:19:39 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A881843D55 for ; Mon, 21 Mar 2005 16:19:38 +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 j2LGJaOn005220; Mon, 21 Mar 2005 11:19:38 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Astrodog Date: Mon, 21 Mar 2005 11:19:30 -0500 User-Agent: KMail/1.6.2 References: <2fd864e05032105366eaf8b2c@mail.gmail.com> <423EF13B.2040008@samsco.org> <2fd864e05032108127248ddc6@mail.gmail.com> In-Reply-To: <2fd864e05032108127248ddc6@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503211119.30585.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/778/Mon Mar 21 05:48:43 2005 on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-amd64@freebsd.org Subject: Re: R3000Z Laptop Status 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: Mon, 21 Mar 2005 16:19:39 -0000 On Monday 21 March 2005 11:12 am, Astrodog wrote: > On Mon, 21 Mar 2005 09:07:23 -0700, Scott Long wrote: > > Jung-uk Kim wrote: > > > On Monday 21 March 2005 08:36 am, Astrodog wrote: > > >>I was wondering if the R3000Z fixes have been committed to the > > >>RELENG_5 branch, I don't see anything on the lists about it. > > >> Should I expect 5.4 to work with the R3000 line? > > > > > > Yes. hint.atkbd.0.flags="0x9" is all you need now. Try the > > > latest snapshot and let us know. > > > > > > Thanks, > > > > > > Jung-uk Kim > > > > Is there any way that these systems can be detected at runtime > > and have the work-arounds be automatically activated? > > > > Scott > > I'm not sure on the keyboard thing, Effectively, the laptop freezes > up, then turns off whenever you try to test the keyboard and aux > ports. The old fix was to just patch those functions to always > return no error, without actually testing. I've gotten it to boot > now, with the hint, but it appears that the keyboard is unusable. If you enabled ACPI, that's expected. That is because there's resource allocation problem with current ASL. If you want to enable ACPI, ASL patch is here: http://docs.freebsd.org/cgi/mid.cgi?200501192214.27401.jkim Jung-uk Kim