From owner-freebsd-current@FreeBSD.ORG Sat Apr 9 14:55:29 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 A3B9316A4CE for ; Sat, 9 Apr 2005 14:55:29 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E99EB43D31 for ; Sat, 9 Apr 2005 14:55:28 +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 j39EtQCr097759 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 9 Apr 2005 16:55:26 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.4/8.13.3/Submit) id j39EtQYg097758; Sat, 9 Apr 2005 16:55:26 +0200 (CEST) Date: Sat, 9 Apr 2005 16:55:26 +0200 From: Divacky Roman To: Doug White Message-ID: <20050409145526.GB97486@stud.fit.vutbr.cz> References: <20050406130909.GA90294@stud.fit.vutbr.cz> <20050408144444.GA34248@stud.fit.vutbr.cz> <20050408094349.U63303@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050408094349.U63303@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: Sat, 09 Apr 2005 14:55:29 -0000 On Fri, Apr 08, 2005 at 09:45:20AM -0700, Doug White wrote: > On Fri, 8 Apr 2005, Divacky Roman wrote: > > > 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. > > vmstat will only show a source if it receives an interrupt. So the problem > for you is that atkbd is not receving interrupts, not that it is not being > assigned. that might be the culprit > Have you tried a different keyboard? of course... its the same with all keyboards (I've tried three) > > 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. > > I don't recall seeing .. what happens if you boot safe mode? I think I've tried it with no succes but I am not sure.. I'll try and post on monday