summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Assign keycodes for Power, Sleep and Wake keys.fjoe2003-10-071-0/+9
* Use __FBSDID().obrien2003-08-242-2/+6
* 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-122-3/+11
* Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-071-0/+9
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-023-4/+3
* Add PnP PS/2 id for Dell Latitude X200.mikeh2003-07-011-0/+1
* Use __FBSDID().obrien2003-06-115-11/+15
* wrap macro in do {...} while(0)phk2003-05-311-2/+2
* Remove extra ';'phk2003-05-311-1/+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-306-6/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-292-3/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Spelling.charnier2003-02-051-1/+1
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-221-0/+1
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.hsu2003-01-221-2/+3
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-211-0/+1
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-16/+7
* 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-252-5/+5
* 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
* Remove __P.alfred2002-03-201-29/+29
* 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
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-101-0/+1
* Add another PS2 PNP id.sheldonh2001-12-191-0/+1
* Hack for the "out-of-sync" error.yokota2001-10-131-109/+152
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-031-0/+1
* Yet another turn of workaround for psm/ACPI/PnP BIOSyokota2001-09-253-40/+85
* Reinitialize the keyboard after the ACPI resume event.yokota2001-09-232-2/+20
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-154-17/+38
* KSE Milestone 2julian2001-09-121-5/+5
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-066-210/+446
* Add ACPI attachments.msmith2001-08-302-0/+2
* Return consistent key action codes at key press and releaseyokota2001-07-203-1/+3
* Add the device resume method to keyboard drivers.yokota2001-06-302-0/+28
* Hints overhaul:peter2001-06-122-20/+16
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-221-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-084-15/+11
* Staticize some malloc M_ instances.phk2000-12-082-2/+2
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,yokota2000-12-011-0/+11
OpenPOWER on IntegriCloud