summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pms.c
AgeCommit message (Collapse)Author
2000-09-21oops forgot the other case in the pmsintr for add_mouse_randomness() callMichael Shalayeff
2000-05-16supply entropy from mouse; provos@ okMichael Shalayeff
2000-01-15set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.orgTheo de Raadt
1999-11-22add support for asynchronous I/O (through SIGIO)Matthieu Herrb
1999-05-22reportedly 2000 works alsoTheo de Raadt
1999-05-21longer delay in pms probe for thinkpads; joshp@ioactive.comTheo de Raadt
1998-08-07fix PMS_INT_DISABLETheo de Raadt
1998-06-29Add and use isa_intr_check().Jason Downs
1998-06-27have pmsprobe() attempt interrupt establishment; fail probe if interrupt in useTheo de Raadt
1998-04-01Add a write function and make the raw mode real raw in the PS/2 driverMatthieu Herrb
to support extended PS/2 protocol under XFree86. From NetBSD port-i386/5130 by Lennart Augustsson <augustss@cs.chalmers.se>, adapted to OpenBSD by myself.
1997-08-29Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house.kstailey
Move init code to pmsopen() since pmsclose() clobbers it.
1997-08-29M$ IntelliMouse supportkstailey
1997-05-30sighTheo de Raadt
1997-05-30arghTheo de Raadt
1997-05-30glidepoint & hot-swap support; koji@math.human.nagoya-u.ac.jpTheo de Raadt
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.
1996-08-17do not reset/disable for fails on some laptops; rees@umich.edu from someone elseTheo de Raadt
1996-05-25syncTheo de Raadt
1996-05-10simple cleanupTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-03-20Fix back wrong patches.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so).
1996-02-20Pass device name to interrupt establish routines so it can be recorded inThorsten Lockert
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386)
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-10-18initial import of NetBSD treeTheo de Raadt