summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
AgeCommit message (Expand)Author
1998-09-18Map the "backspace" key to "delete" and the "remove" key todrochner
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-07-29Make sure to report wheel movements.augustss
1998-07-28Reset the mouse in attach(); Bog knows what other drivers did to itdrochner
1998-07-27add support for native "Intelli" mice (wheel = z axis)drochner
1998-07-27add zero z axis argumentdrochner
1998-06-16defopt PCKBD_LAYOUTdrochner
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-11implement a way to get raw keyboard data (for X)drochner
1998-05-03Make error reporting similar to "pckbd".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-07Put some diagnostic output inside "#ifdef DIAGNOSTIC".drochner
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