From owner-freebsd-current@FreeBSD.ORG Fri Apr 8 14:44:48 2005 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 D36F316A4CE for ; Fri, 8 Apr 2005 14:44:48 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 918ED43D3F for ; Fri, 8 Apr 2005 14:44:47 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) (8.13.4/8.13.3) with ESMTP id j38Eii6w042237 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 8 Apr 2005 16:44:44 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.4/8.13.3/Submit) id j38Eii06042236; Fri, 8 Apr 2005 16:44:44 +0200 (CEST) Date: Fri, 8 Apr 2005 16:44:44 +0200 From: Divacky Roman To: Doug White Message-ID: <20050408144444.GA34248@stud.fit.vutbr.cz> References: <20050406130909.GA90294@stud.fit.vutbr.cz> <20050407221434.J57391@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050407221434.J57391@carver.gumbysoft.com> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.49 on 147.229.10.14 cc: current@freebsd.org Subject: Re: slow kbd input on 6-current on amd64@nforce3 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: Fri, 08 Apr 2005 14:44:48 -0000 On Thu, Apr 07, 2005 at 10:15:13PM -0700, Doug White wrote: > On Wed, 6 Apr 2005, Divacky Roman wrote: > > > as I have mentioned on the list I have very slow keyboard input. it might be > > related to kbd not having an IRQ assigned. I repeat once again that it worked > > on 5.3R. > > Your machine would not be PC-compliant if your keyboard controller did not > get an interrupt. In this output, it does. vmstat -i says it does not, I dont know which information I should believe. be it this or something else its strange (at best). > Perhaps something else is tying up CPU? Or the CPU speed is defaulting to > a very low speed? Try loading the cpufreq driver. the machine is absolutely ok, (doing buildkernel in ~10 minutes is ok I think) I really dont know what can cause this but it worked in 5.3R and dont work in recent 6-current and because I saw no kbd in vmstat -i output I thought this can be the cause. in bootloader the keyboard speed is ok but once it boots its very slow. what do you recomend me to watch/debug? I tried to revert some commits to apic code with no success, kbd driver itself has not change for ages. thnx for reply roman