summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc/pckbd.c
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-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-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-09pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd atfvdl
2001-11-13Add a DISGNOSTIC message.augustss
2001-11-13add RCSIDslukem
2001-07-07bzero -> memsetthorpej
2001-06-01Delete the XXX'd includes of <dev/isa/isavar.h> and <sys/kernel.h>.simonb
2000-06-05If rnd is configured into the kernel, do rnd(4) entropy collectionsommerfeld
2000-03-10Only poll for bell completion if we're calling in from cnbell(). Fixesthorpej
2000-03-06- Make the pcppi and pckbd drivers cooperate a little more -- pckbd providesthorpej
1999-12-03Split the PC-like keyboard controller driver into chip back-end andthorpej
1999-08-25Spelling.ross
1999-06-04In pckbd_decode(), do the remapping of "extended" (multibyte) keysdrochner
1999-05-15now that wscons_glue is gone we can back out rev. 1.16 (which madedrochner
1999-03-26In a PC keyboard doesn't accept a "set to scanset 2" command, reset itdrochner
1999-01-26don't wait for completion of keyboard enable/disable commands; thisdrochner
1998-09-17Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file.drochner
1998-09-02Can't use pckbc_enqueue_cmd() in attach() because pckbc's initializationdrochner
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-15Make copyright notices with my name consistent.mycroft
1998-08-07use an md keyboard beep replacement function on alpha toodrochner
1998-08-02Adapt to wskbd interface changes; implement enable/disable function.drochner
1998-06-16defopt PCKBD_LAYOUTdrochner
1998-06-11implement a way to get raw keyboard data (for X)drochner
1998-05-03Let keyboard probe succeed without a keyboard connected if it is useddrochner
1998-04-28Fix a couple of function names used in diagnostic printfs.thorpej
1998-04-18-Set keyboard (and/or controller) to XT scancode in early consoledrochner
1998-04-16-don't modify call arguments in place - bad for debuggingdrochner
1998-04-09Split wscons/wskbd.c's softc into a static and a nonstatic part.hannken
1998-04-07Initial import of MI keyboard translation for dev/wscons.hannken
1998-03-22Devices attached to the PC keyboard controller (or its aux port),drochner