From owner-freebsd-current@FreeBSD.ORG Fri Apr 8 16:45:20 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 4C5EF16A4CE for ; Fri, 8 Apr 2005 16:45:20 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2915843D2D for ; Fri, 8 Apr 2005 16:45:20 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 219F672DE5; Fri, 8 Apr 2005 09:45:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 1D04472DE4; Fri, 8 Apr 2005 09:45:20 -0700 (PDT) Date: Fri, 8 Apr 2005 09:45:20 -0700 (PDT) From: Doug White To: Divacky Roman In-Reply-To: <20050408144444.GA34248@stud.fit.vutbr.cz> Message-ID: <20050408094349.U63303@carver.gumbysoft.com> References: <20050406130909.GA90294@stud.fit.vutbr.cz> <20050408144444.GA34248@stud.fit.vutbr.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 16:45:20 -0000 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. Have you tried a different keyboard? > 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? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org