summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Slightly rearrnage IntelliMouse Explorer and Logitechyokota2000-12-011-30/+39
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Untangle some resource matching loops that were getting on my nervespeter2000-10-152-16/+14
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-221-6/+6
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-241-0/+3
* Fix GENERIC_MOUSE_ENTRY.yokota2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.yokota2000-07-221-13/+9
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-281-1/+2
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-302-8/+8
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* - Add temporary workaround to fool some "clever" KVM switch productsyokota2000-04-021-5/+22
* Missing pieces of the last commit ;-(yokota2000-03-192-22/+64
* - Properly keep track of I/O port resources.yokota2000-03-198-174/+278
* - Add Support for the following PS/2 mice:yokota2000-03-182-87/+398
* One more patch for the atkbd driver. It will make sure that theyokota2000-03-111-0/+12
* Don't free(sc) before returning an error from probe, it does not "belong"peter2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.yokota2000-02-252-0/+6
* - Be slightly more cautious and try to make more sure the keyboardyokota2000-02-111-4/+9
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-297-39/+1
OpenPOWER on IntegriCloud