From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 4 06:49:16 2004 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 455D816A4CE for ; Sat, 4 Dec 2004 06:49:16 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9130F43D41 for ; Sat, 4 Dec 2004 06:49:15 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so6808wri for ; Fri, 03 Dec 2004 22:48:58 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=qw4hH4nlXm0GcRow4jTOzGofOnHh55UJ+jB7+OhWXK1HNAi+32l8aKUgZ81EJ2hBJvHH7XzRslZ5N6kPnWnQYoESyHTz/Mxd385HltJ4lXZOTKGksUVOQa6cMKpqdhrksPmLAXAZl11FvBN9mih6F+E0cKYF2a2ksGGCM/i7KVI= Received: by 10.54.31.33 with SMTP id e33mr188419wre; Fri, 03 Dec 2004 22:48:58 -0800 (PST) Received: by 10.54.40.6 with HTTP; Fri, 3 Dec 2004 22:48:58 -0800 (PST) Message-ID: <2fd864e04120322487e1f235d@mail.gmail.com> Date: Fri, 3 Dec 2004 22:48:58 -0800 From: Astrodog To: freebsd-amd64@freebsd.org In-Reply-To: <20041204052330.GA62430@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412031854.12801.nb_root@videotron.ca> <20041204052330.GA62430@dragon.nuxi.com> Subject: Re: Compaq R3000 Series 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: Sat, 04 Dec 2004 06:49:16 -0000 On Fri, 3 Dec 2004 21:23:30 -0800, David O'Brien wrote: > On Fri, Dec 03, 2004 at 06:54:12PM -0500, Nicolas Blais wrote: > > I would like to know what the situation is with the Compaq/HP R3000 Series > > problem at boot with 5-STABLE. Was the patch to at least get it booted > > commited to -STABLE and/or CURRENT? > > If the patch you're refering to the keyboard related patch, no it hasn't. > > Someone that experiences the problem needs to take the patch that is > floating around and make it commitable. This means rather than cutting > out the code that the patch does, it is wrapped around a loader tunable > so it only gets turned off on these laptops. > > Or someone needs to go read the code and explain why removing that > section makes a difference (ie, understand what is really going on), and > make an argument that removing that code is OK for the rest of the world > that isn't experiencing the problem. > > -- > -- David (obrien@FreeBSD.org) > > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > There are 3 working patches out now, the first being the #if 1 one I used to build that ISO. There's also aparently the flags one, listed on the PR, and the hints one I made awhile back. The code in question, that causes the bug sends a command to the keyboard controller to test the status of the port. The potential bug I can see cropping up with just removing the code is the failure of anything that relies on actually testing the keyboard port. That might extend to some com port console things. To avoid that protential problem for everyone else, and still let R3000Z users actually use their laptops with FreeBSD, without a 2 line fork, I think the flags fix, listed in the PR might be the best solution, atleast for the time being. --- Harrison Grundy