From owner-freebsd-current@FreeBSD.ORG Thu Nov 11 13:55:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 359E416A4D0 for ; Thu, 11 Nov 2004 13:55:22 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D9143D6D for ; Thu, 11 Nov 2004 13:55:21 +0000 (GMT) (envelope-from astrodog@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so311610rnf for ; Thu, 11 Nov 2004 05:55:21 -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:mime-version:content-type:content-transfer-encoding; b=Ww4yNeDDlFoscmuPo1QM7pweG2tjdjrxqJoDDF7+/LNxCsImFF3kOZxhD10G+op9n+ttprkKc0vzYrlwNlg/91FQAkMz1M8VrZvo+TI7r0sDLTIwalKpNlPSEXPxIK6V4qXq9x+9/5Y/XDin44tJLhUt1s/e3Hsg/tgnG7+rqvs= Received: by 10.38.99.62 with SMTP id w62mr300649rnb; Thu, 11 Nov 2004 05:55:20 -0800 (PST) Received: by 10.38.164.65 with HTTP; Thu, 11 Nov 2004 05:55:20 -0800 (PST) Message-ID: <2fd864e04111105557032a7c3@mail.gmail.com> Date: Thu, 11 Nov 2004 05:55:20 -0800 From: Astrodog To: freebsd-amd64@freebsd.org, freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 11 Nov 2004 14:04:17 +0000 Subject: Commitable R3000Z Patch! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Astrodog List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 13:55:22 -0000 The patch is located at http://evogaming.il.us.tveps.net/~astrodog/atkbdc.patch testing was quite limited, but essentally, if you set hint.atkbd.0.disabled to 1, it disables the test. I suppose it could be renamed to any number of things, the code is a whole 2 lines, and is quite obvious. I'm gonna wait to see if it makes -CURRENT in the next day or so, so I don't end up with people grabbing ISOs from me if I don't have to (Snapshots servers are your freind). Automatic detection code to follow in the next day or so. This was tested on a Compaq 3004US, and it solved the reboot problem. I also tested on a dual opteron 240 machine, and when the hint is not set, it has no effect. I'm going to double-post to freebsd-current in hopes of getting it committed sooner, so all of us 3000Z-base laptop owners can have our fun with FreeBSD. --- Harrison Grundy