Subject: Almost there - but not quite.
To: None <current-users@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: current-users
Date: 03/08/2002 13:02:20
So, to reset the mouse correctly, it looks like I need to send messages
to it.

This means using polled commands, in practice, because I want responses
from them.

This means (indirectly) calling tsleep.

I learn of the need to reset the mouse, you guessed it, while I'm processing
an interrupt.

What's the workaround?

-s