From owner-freebsd-amd64@FreeBSD.ORG Tue Jan 17 15:17:23 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 300891065679; Tue, 17 Jan 2012 15:17:23 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 058848FC14; Tue, 17 Jan 2012 15:17:23 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id B1C0F46B06; Tue, 17 Jan 2012 10:17:22 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 000A9B992; Tue, 17 Jan 2012 10:17:21 -0500 (EST) From: John Baldwin To: Justin Smith Date: Tue, 17 Jan 2012 10:17:17 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p10; KDE/4.5.5; amd64; ; ) References: <201201120439.q0C4dOJ1025920@red.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201171017.17206.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 17 Jan 2012 10:17:22 -0500 (EST) Cc: freebsd-gnats-submit@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64/164036: Moused fails on 9_0_RELENG X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 15:17:23 -0000 On Saturday, January 14, 2012 4:20:15 am Justin Smith wrote: > On Sat, Jan 14, 2012 at 1:12 AM, Justin Smith wrote: > >> Err, not a BIOS setting, but actually editing the AML. Assuming you edited > >> the ASUS AML, can you show me a diff of the original and modified AML? > >> > >> -- > >> John Baldwin > > > > Okay, will do that tomorrow, its 1:12 am, need some sleep. Have a great day. > > I tried editing BIOS with AMITOOLS but it failed and I wasn't able to > boot the box, had to reset the BIOS in order to boot again. I have > limited expertise and I think I wont be able to do this. What has > changed between 8_2_RELENG and 9_0_RELENG? I used same hardware for > 8_2_RELENG and 8-STABLE, the mouse worked there. You don't need to edit the BIOS. You take the output of acpidump -d, edit that in a text editor as I had suggested earlier, then follow the instructions in the acpi(4) man page (OVERRIDING YOUR BIOS BYTECODE section) to compile the edited version and use it instead of the one your BIOS provides. -- John Baldwin