From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 1 06:18:42 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 D7AAF16A4CE for ; Fri, 1 Apr 2005 06:18:42 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F8743D46 for ; Fri, 1 Apr 2005 06:18:42 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so571217rnf for ; Thu, 31 Mar 2005 22:18:41 -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=kChqyEb7u0UoxeLSPBaENHeYvNdgGFhgz3UZ8bckm89InZMMB/nJfuV8xGp2Ahd0yrHoT1Mc+u3N7B+Dy/cfq5VMpcQrcDdn4fr9RkG0NdRbxrv0ULaAY9wg8JM6nJzQ+Z8D0XEtYHd8wwxwxMCKWWs6BTHw1y/z3Sq4PhoL5o0= Received: by 10.38.101.60 with SMTP id y60mr2135450rnb; Thu, 31 Mar 2005 22:18:41 -0800 (PST) Received: by 10.39.2.24 with HTTP; Thu, 31 Mar 2005 22:18:41 -0800 (PST) Message-ID: <346a80220503312218926bfdb@mail.gmail.com> Date: Fri, 1 Apr 2005 01:18:41 -0500 From: Coleman Kane To: Jung-uk Kim In-Reply-To: <200503281243.37327.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050208163758.GA1086@NitroPhys.welchsmnet.net> <200502081156.51114.nb_root@videotron.ca> <200503261117.29939.nb_root@videotron.ca> <200503281243.37327.jkim@niksun.com> cc: freebsd-amd64@freebsd.org 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 Reply-To: cokane@cokane.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 06:18:43 -0000 On Mar 28, 2005 12:43 PM, Jung-uk Kim wrote: > 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. > _______________________________________________ > 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" > FYI, I had to apply this cange manually to my prof's R3000. The diff just didn't line up. I suspect various revisions of this laptop will have slight differences in the BIOS code. Perhaps one of these will be accidentally fixed by them....If you really want to fix it, contact HP/Compaq and tell them that their stuff is broke and they should fix it. -- coleman