Dont poll PS/2 mouse interrupts, it can cause the mouse to get jumpy.
commit03de21ab0cb0bafa2f7e506d14483a4ec0d5811e
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jun 2007 17:15:25 +0000 (13 17:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jun 2007 17:15:25 +0000 (13 17:15 +0000)
treeaff2c771ffa483c0179e858e2aad4c84d38de8ba
parente03ec1e82f174ce77aa2705c2f4603b681a4a84a
Dont poll PS/2 mouse interrupts, it can cause the mouse to get jumpy.
Also, the keyboard/mouse code is full of DELAY()s and pretty nasty
in general.
sys/dev/misc/psm/psm.c