aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* Don't check for device_get_softc() returning NULL, it can't happen.Maxime Henrion2004-04-171-3/+0
* Put a bunch of output that us really only useful in a debugMark Murray2004-04-041-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-175-32/+27
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Significantly reduce the "jitter" that is typical for PS/2 miceAlfred Perlstein2003-12-111-110/+256
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Assign keycodes for Power, Sleep and Wake keys.Max Khon2003-10-071-0/+9
* Use __FBSDID().David E. O'Brien2003-08-242-2/+6
* Fix for FAIL_IF_NO_KBD case as expected.Hidetoshi Shimokawa2003-07-131-1/+3
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar toMike Heffner2003-07-122-3/+11
* Reset the PSM aux device twice to help pierce through some KVM's toMike Heffner2003-07-071-0/+9
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-023-4/+3
* Add PnP PS/2 id for Dell Latitude X200.Mike Heffner2003-07-011-0/+1
* Use __FBSDID().David E. O'Brien2003-06-115-11/+15
* wrap macro in do {...} while(0)Poul-Henning Kamp2003-05-311-2/+2
* Remove extra ';'Poul-Henning Kamp2003-05-311-1/+1
* AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm2003-05-121-1/+3
* Update the hardcoded bus tags for early console support for amd64.Peter Wemm2003-05-011-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-306-6/+6
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-3/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-3/+3
* Spelling.Philippe Charnier2003-02-051-1/+1
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?Marcel Moolenaar2003-01-221-0/+1
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.Jeffrey Hsu2003-01-221-2/+3
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.Marcel Moolenaar2003-01-211-0/+1
* - GC a few more hand-rolled 'abs' macros.Matthew N. Dodd2003-01-151-16/+7
* Include "opt_kbd.h" since certain structures size depend on the valuePoul-Henning Kamp2002-10-151-0/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-5/+5
* de-count atkbdc. I have more extensive patches to make properly dynamic,Peter Wemm2002-08-191-2/+1
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+1
* Fix typo: conole -> consoleJeroen Ruigrok van der Werven2002-04-081-1/+1
* Fix spelling and grammar bogons in a comment.Murray Stokely2002-03-271-7/+7
* Remove __P.Alfred Perlstein2002-03-201-29/+29
* Add the ia64 bus space tag for the IO ports (!).Peter Wemm2002-03-191-0/+4
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-2/+0
* Add SONY VAIO psm controller ISA-PnP ID.Takanori Watanabe2002-03-101-0/+1
* Add another PS2 PNP id.Sheldon Hearn2001-12-191-0/+1
* Hack for the "out-of-sync" error.Kazutaka YOKOTA2001-10-131-109/+152
* Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-031-0/+1
* Yet another turn of workaround for psm/ACPI/PnP BIOSKazutaka YOKOTA2001-09-253-40/+85
* Reinitialize the keyboard after the ACPI resume event.Kazutaka YOKOTA2001-09-232-2/+20
* Refine ACPI/PnP BIOS probe/attach routines a bit.Kazutaka YOKOTA2001-09-154-17/+38
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Update the atkbdc, atkbd, and psm drivers to probe/attachKazutaka YOKOTA2001-09-066-210/+446
* Add ACPI attachments.Mike Smith2001-08-302-0/+2
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-203-1/+3
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-302-0/+28
* Hints overhaul:Peter Wemm2001-06-122-20/+16