aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Free the kbd pointer when it isn't NULL, as opposed to when it is.David Malone2001-01-221-1/+1
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-084-15/+11
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-082-2/+2
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,Kazutaka YOKOTA2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and LogitechKazutaka YOKOTA2000-12-011-30/+39
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-152-16/+14
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onJohn Baldwin2000-09-221-6/+6
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-1/+1
* Add spltty()/splx() in the watchdog timer routine.Kazutaka YOKOTA2000-08-241-0/+3
* Fix GENERIC_MOUSE_ENTRY.Kazutaka YOKOTA2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.Kazutaka YOKOTA2000-07-221-13/+9
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-281-1/+2
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-302-8/+8
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* - Add temporary workaround to fool some "clever" KVM switch productsKazutaka YOKOTA2000-04-021-5/+22
* Missing pieces of the last commit ;-(Kazutaka YOKOTA2000-03-192-22/+64
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-198-174/+278
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-182-87/+398
* One more patch for the atkbd driver. It will make sure that theKazutaka YOKOTA2000-03-111-0/+12
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.Kazutaka YOKOTA2000-02-252-0/+6
* - Be slightly more cautious and try to make more sure the keyboardKazutaka YOKOTA2000-02-111-4/+9
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-297-39/+1
* - Add some comment from bde on the keyboard interrupt.Kazutaka YOKOTA2000-01-201-11/+19
* Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA2000-01-111-7/+0
* Obtain the initial key repeat rate setting via BIOS in i386 ifKazutaka YOKOTA2000-01-101-0/+54
* Add some keyboard IDs.Kazutaka YOKOTA2000-01-101-2/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4