summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
* #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY.phk2004-12-221-2/+2
* Add a new flag to the atkbd(4) driver to disable testing the keyboardjhb2004-12-152-1/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-7/+7
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* style(9): return foo -> return (foo)des2004-04-021-95/+95
* Clean up whitespace, fix continuation indents, wrap some long lines.des2004-04-021-27/+27
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* While USB keyboards attach as ukbd[0-9]+, the device node created bydes2004-01-271-1/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* Assign keycodes for Power, Sleep and Wake keys.fjoe2003-10-071-0/+9
* Fix dev_t handling to avoid needless makedev() call.phk2003-09-272-12/+6
* Use __FBSDID().obrien2003-08-243-3/+9
* Fix for FAIL_IF_NO_KBD case as expected.simokawa2003-07-131-1/+3
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar tomikeh2003-07-121-0/+1
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-2/+1
* AMD64 physical space is much larger than i386, de-i386 the bus_space andpeter2003-05-121-1/+3
* Update the hardcoded bus tags for early console support for amd64.peter2003-05-011-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Add a a sysctl, hw.kbd.keymap_restrict_change, which acts a bitdwmalone2003-03-091-0/+144
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Spelling.charnier2003-02-051-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-151-0/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* de-count atkbdc. I have more extensive patches to make properly dynamic,peter2002-08-191-2/+1
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+1
* Fix typo: conole -> consoleasmodai2002-04-081-1/+1
* Fix spelling and grammar bogons in a comment.murray2002-03-271-7/+7
* Add the ia64 bus space tag for the IO ports (!).peter2002-03-191-0/+4
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+0
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-151-2/+0
* KSE Milestone 2julian2001-09-121-5/+5
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-061-0/+3
* Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isyokota2001-07-201-1/+1
* Return consistent key action codes at key press and releaseyokota2001-07-203-93/+103
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-7/+8
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Update default keyboard (PREV, PASTE)ache2001-03-121-2/+2
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-221-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-15/+10
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-083-3/+3
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-281-1/+2
OpenPOWER on IntegriCloud