From owner-freebsd-amd64@FreeBSD.ORG Mon Mar 28 17:43:49 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 0991F16A4CE for ; Mon, 28 Mar 2005 17:43:49 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4851F43D41 for ; Mon, 28 Mar 2005 17:43:46 +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 j2SHhhbj094658; Mon, 28 Mar 2005 12:43:44 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-amd64@freebsd.org Date: Mon, 28 Mar 2005 12:43:37 -0500 User-Agent: KMail/1.6.2 References: <20050208163758.GA1086@NitroPhys.welchsmnet.net> <200502081156.51114.nb_root@videotron.ca> <200503261117.29939.nb_root@videotron.ca> In-Reply-To: <200503261117.29939.nb_root@videotron.ca> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503281243.37327.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/791/Sat Mar 26 17:26:49 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: Compaq R3000Z keyboard doesn't work without DSDT patch 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, 28 Mar 2005 17:43:49 -0000 On Saturday 26 March 2005 11:17 am, Nicolas Blais wrote: > Hi, > > Without the following lines in loader.conf: > acpi_dsdt_load="YES" > acpi_dsdt_name="/boot/DSDT.aml" > > and of course in device.hints: > hint.atkbd.0.flags="0x9" > > and Jung-uk Kim's r3000z-asl.diff found on this list, my keyboard > not work at all but the booting process is fine and I can move my > mouse, log on thru ssh etc... > > I was under the impression that 5.4 would be "R3000 friendly" and > that the only things needed were hint.atkbd.0.flags="0x9" in > device.hints and the powernow module (which stays at 800mhz while > acpi_ppc works). Is there something I'm doing wrong? You are not doing anything wrong. The real problem is the BIOS is so broken that some problems cannot be worked around. :-( Keyboard resource is overlapped with something else. We cannot fix all problems without breaking other platforms, unfortunately. Jung-uk Kim > Thanks, > Nicolas.