From owner-freebsd-amd64@FreeBSD.ORG Sat Mar 26 15:55:09 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 9B7C716A4CE for ; Sat, 26 Mar 2005 15:55:09 +0000 (GMT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5472E43D41 for ; Sat, 26 Mar 2005 15:55:09 +0000 (GMT) (envelope-from nb_root@videotron.ca) Received: from clk01 ([66.130.198.54]) by VL-MO-MR010.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0IDY00ER8UUKCU@VL-MO-MR010.ip.videotron.ca> for freebsd-amd64@freebsd.org; Sat, 26 Mar 2005 10:54:21 -0500 (EST) Date: Sat, 26 Mar 2005 10:54:12 -0500 From: Nicolas Blais In-reply-to: <200503211049.11110.jkim@niksun.com> To: freebsd-amd64@freebsd.org Message-id: <200503261054.14614.nb_root@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.7.2 References: <2fd864e05032105366eaf8b2c@mail.gmail.com> <200503211049.11110.jkim@niksun.com> Subject: Re: R3000Z Laptop Status 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: Sat, 26 Mar 2005 15:55:09 -0000 On March 21, 2005 10:49, Jung-uk Kim wrote: > On Monday 21 March 2005 08:36 am, Astrodog wrote: > > I was wondering if the R3000Z fixes have been committed to the > > RELENG_5 branch, I don't see anything on the lists about it. Should > > I expect 5.4 to work with the R3000 line? > > Yes. hint.atkbd.0.flags="0x9" is all you need now. Try the latest > snapshot and let us know. > > Thanks, > > Jung-uk Kim > > > --- Harrison Grundy With an update from acpi_ppc kernel module to the new powernow module, my cpu speed stays fixed at approx 800 mhz, even during the complete kde 3.4 build. I see that the module loaded successfully at boot, and kldstat shows that it loaded. Is there anything else I must do appart from "make install" and kldload the module at boot ? Also, I kept the old chkfreq from the acpi_ppc package as it isn't available in the newer powernow package. Running on 5.4-PRE Thanks, Nicolas.