summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
AgeCommit message (Expand)Author
2003-10-22Typo in comment. From OpenBSD.mjl
2003-10-18On some machines, the keyboard is not enabled after a reset, rendering themanu
2003-09-13Make some variables unsigned since that's the type of parameter they'resimonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-23Add KB_DE | KB_MACHDEP placeholder. Need it for the Jornada 680/690uwe
2003-03-14Add not sign, currency and cent keys to the spanish keymap.jmmv
2003-02-05change t_extended to t_extended0 for consistency with KBR_EXTENDED[01]perry
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-13Following discussion on tech-kern, nuke calls to microtime() and usemartin
2002-07-10only power down on suspend, not standby (sugested by thorpej).chuck
2002-07-08Apply patch from Peter Seebach (in private Mail, similar to the one proposedmartin
2002-06-20Correct spannish mapping. Fix kern/15509 by Julio Merino <juli@merino.net>.bouyer
2002-05-29Nuke all useages of polled kbd controller commands when not attaching ormartin
2002-05-23When using standard (no scroll wheel) protocol, ignore garbage betweenmartin
2002-05-17(Mostly) backout previous, with some slight modifications.martin
2002-05-13Change the reset code to block interrupts and use polled commands; alsojdolecek
2002-04-22Name the thread after the device.ad
2002-04-22Move psm.c and psmreg.h to pms.c and pmsreg.h, since they contain thewiz
2002-04-18This file no longer used.ad
2002-04-14Remove pmsi.mycroft
2002-03-28PR/16102: Martin Husemann: psm.c on thinkpad ends up in constant reset cycle.christos
2002-03-28fix debugging macros.christos
2002-03-20New mouse code from Peter Seebach.christos
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13fix a bug that timevals are compared incorrectly.yamt
2002-03-10PR/15839: Peter Seebach: PS/2 driver improvementschristos
2002-02-27Add constraints to allow for disabling PS/2 mouse powerhooks. As requestedjmcneill
2002-01-25Make sure not to set the intellimouse mode more than once at boot, but stilljmcneill
2002-01-14Add power management hooks to pmsi driver and make sure that thejmcneill
2001-12-24Back off rev. 1.21, this is going to be handled via userland keymap file.jdolecek
2001-12-09pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd atfvdl
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-13Add a DISGNOSTIC message.augustss
2001-11-13add RCSIDslukem
2001-11-11Add polish keyboard map, from Dawid Szyma_ski <dawszy@netbsd.lubin.pl>.martin
2001-09-13add power hook to PS/2 mouse driver; some mobile PCs hastshiozak
2001-07-07bzero -> memsetthorpej
2001-06-01Delete the XXX'd includes of <dev/isa/isavar.h> and <sys/kernel.h>.simonb
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-02-24whitespace policelukem
2001-01-23cause the "delete" key to actually send \177 like it used tochuck
2000-12-20The key below <escape> is now ~ (KS_asciitilde) when shifted in theaymeric
2000-10-13Revert previous since the finnish keymap is already present undermjl
2000-10-12Add finnish keymap, from Heikki Kallasjoki in PR/11186.mjl
2000-10-01- Add ioctl commands to wsdisplay which set/get some LCD status,takemura
2000-06-05If rnd is configured into the kernel, do rnd(4) entropy collectionsommerfeld
2000-05-19add spanish keymap, data fromdrochner
2000-04-14Add an "iopener" keymap variant, giving us.iopener andtsarna