From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 21 16:12:58 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 6547316A4CE for ; Mon, 21 Mar 2005 16:12:58 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0A8B43D49 for ; Mon, 21 Mar 2005 16:12:57 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by wproxy.gmail.com with SMTP id 71so1113505wra for ; Mon, 21 Mar 2005 08:12:56 -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=eCLrUYJnWpe17v41KYz363RNU4NfoDzPr6ZOovseDTS0aIzkQDj8oc+kKGjUZmcZ/ESWGNnKEtes5iUuE+Nds0BVr1gYvDfGh5K9B6AVQE5Lufa2Zv9emNqw65l8/9ZRgmzS9InDp3x7Tosia/u1jLSSkeT9UtCG0ty030KCXBY= Received: by 10.54.33.64 with SMTP id g64mr3394492wrg; Mon, 21 Mar 2005 08:12:56 -0800 (PST) Received: by 10.54.40.69 with HTTP; Mon, 21 Mar 2005 08:12:56 -0800 (PST) Message-ID: <2fd864e05032108127248ddc6@mail.gmail.com> Date: Mon, 21 Mar 2005 08:12:56 -0800 From: Astrodog To: Scott Long In-Reply-To: <423EF13B.2040008@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <2fd864e05032105366eaf8b2c@mail.gmail.com> <200503211049.11110.jkim@niksun.com> <423EF13B.2040008@samsco.org> cc: freebsd-amd64@freebsd.org Subject: Re: R3000Z Laptop Status X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Astrodog 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:12:58 -0000 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.