Dont poll PS/2 mouse interrupts, it can cause the mouse to get jumpy.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jun 2007 17:15:25 +0000 (17:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 13 Jun 2007 17:15:25 +0000 (17:15 +0000)
commit74b1bf1adf1b9fa082589464f0ee40fb70c4fdb6
tree7079e6f2a5c31242e33d9bc2dcd3d175254ac775
parent759d1745c77a15f0e878d5d327f7a19ef81e6935
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