From owner-freebsd-current@FreeBSD.ORG Thu Nov 11 01:42:09 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 F3EC616A4CE; Thu, 11 Nov 2004 01:42:08 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B8143D2D; Thu, 11 Nov 2004 01:42:08 +0000 (GMT) (envelope-from Alex.Kovalenko@verizon.net) Received: from [10.0.3.231] ([138.89.77.49]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041111014207.NBCX17228.out008.verizon.net@[10.0.3.231]>; Wed, 10 Nov 2004 19:42:07 -0600 From: "Alexandre \"Sunny\" Kovalenko" To: Gordon Bergling In-Reply-To: <20041110185429.GA3633@nemesis.md.0xfce3.net> References: <20041110185429.GA3633@nemesis.md.0xfce3.net> Content-Type: text/plain Message-Id: <1100137306.7752.4.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 10 Nov 2004 20:41:47 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [138.89.77.49] at Wed, 10 Nov 2004 19:42:04 -0600 cc: freebsd-acpi@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: acpi problems and "stray irq6" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 01:42:09 -0000 On Wed, 2004-11-10 at 13:54, Gordon Bergling wrote: > Hi folks, > > first sorry for cross posting. I wasn't sure where I should post these > questions. > > I have a new notebook. Its a Fujitsu-Siemens Amilo A 7640. Hardware, > if that matters, is an AMD Athlon XP 3000+, SiS (somewhat) Chipset > and 512MB Ram. > > This notebook is running a recent 5-STABLE from a few minutes ago. The > bios version of the notebook should be the newest. Its dated on > 09/17/2004. > > At first there is a problem regarding the speed managment of the cpu. > Normally and acpi managed cpu should be controlable of the > "hw.acpi.cpu.throttle_state" sysctl. This sysctl doesn't exist. Without > this capability the cpu is all the time running at ~ 800 MHz, which > makes build world not really fast. ;) > > Has anyone an idea how I could enable this feature? > > The second problem is that I get these messages short after the boot: > 'stray irq6' and 'stray irq1'. I had read in the FAQ thats this should't > be a problem, but based on "vmstat -i" the notebook hasn't an device on > irq 6. Thats curious I think. > > The dmesg (normal + verbose), the acpidump and the printed hw.acpi tree > can be found at http://www.0xfce3.net/notebook/ . > > If I could provide more information please let me know. I am very > willing to test patches. ;) > > best regards, > > Gordon I would have to believe that "throttle" only works on Pentium chips. I am using 'powernow_k7' loadable module on my Athlon XP-M and that works excellent. You should be able to google for it, that way you: -- would have most recent version -- would know that I did not provide you with Trojan horse ;) HTH, Alexandre "Sunny" Kovalenko.