Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2003 13:40:26 +1030
From:      Alex Wilkinson <alex.wilkinson@dsto.defence.gov.au>
To:        Scott Long <scottl@freebsd.org>
Cc:        Morten Johansen <mail@morten-johansen.net>
Subject:   Re: the PS/2 mouse problem
Message-ID:  <20031110031026.GD84443@squirm.dsto.defence.gov.au>
In-Reply-To: <20031105202947.A43448@pooker.samsco.home>
References:  <3FA966B2.9040704@morten-johansen.net>  <20031105202947.A43448@pooker.samsco.home>

next in thread | previous in thread | raw e-mail | index | archive | help
	On Wed, Nov 05, 2003 at 08:33:58PM -0700, Scott Long wrote:
	 
	One thought that I had was to make psmintr() be INTR_FAST.  I need to
	stare at the code some more to fully understand it, but it looks like it
	wouldn't be all that hard to do.  Basically just use the interrupt handler
	to pull all of the data out of the hardware and into a ring buffer in
	memory, and then a fast taskqueue to process that ring buffer.  It would
	at least answer the question of whether the observed problems are due to
	ithread latency.  And if done right, no locks would be needed in
	psmintr().

I seemed to have solved my mouse problem: 

[http://www.mail-archive.com/freebsd-current@freebsd.org/msg62824.html].

Solution: I disabled IPCA in the BIOS and the mouse problem went away.

Does IPCA have anything to do with ACPI. Yes, I have googled and looked at anandtech forums
and had no luck.

In disabling IPCA have I disabled ACPI ?

 - aW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031110031026.GD84443>