| Commit message (Expand) | Author | Age | Files | Lines |
* | Assign keycodes for Power, Sleep and Wake keys. | fjoe | 2003-10-07 | 1 | -0/+9 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -2/+6 |
* | Fix for FAIL_IF_NO_KBD case as expected. | simokawa | 2003-07-13 | 1 | -1/+3 |
* | Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to | mikeh | 2003-07-12 | 2 | -3/+11 |
* | Reset the PSM aux device twice to help pierce through some KVM's to | mikeh | 2003-07-07 | 1 | -0/+9 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 3 | -4/+3 |
* | Add PnP PS/2 id for Dell Latitude X200. | mikeh | 2003-07-01 | 1 | -0/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 5 | -11/+15 |
* | wrap macro in do {...} while(0) | phk | 2003-05-31 | 1 | -2/+2 |
* | Remove extra ';' | phk | 2003-05-31 | 1 | -1/+1 |
* | AMD64 physical space is much larger than i386, de-i386 the bus_space and | peter | 2003-05-12 | 1 | -1/+3 |
* | Update the hardcoded bus tags for early console support for amd64. | peter | 2003-05-01 | 1 | -1/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 6 | -6/+6 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 2 | -3/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+7 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | Spelling. | charnier | 2003-02-05 | 1 | -1/+1 |
* | YAM: This id is found in a Sony Vaio GRX-670. When will this end? | marcel | 2003-01-22 | 1 | -0/+1 |
* | Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88. | hsu | 2003-01-22 | 1 | -2/+3 |
* | Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL. | marcel | 2003-01-21 | 1 | -0/+1 |
* | - GC a few more hand-rolled 'abs' macros. | mdodd | 2003-01-15 | 1 | -16/+7 |
* | Include "opt_kbd.h" since certain structures size depend on the value | phk | 2002-10-15 | 1 | -0/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -5/+5 |
* | de-count atkbdc. I have more extensive patches to make properly dynamic, | peter | 2002-08-19 | 1 | -2/+1 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+1 |
* | Fix typo: conole -> console | asmodai | 2002-04-08 | 1 | -1/+1 |
* | Fix spelling and grammar bogons in a comment. | murray | 2002-03-27 | 1 | -7/+7 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -29/+29 |
* | Add the ia64 bus space tag for the IO ports (!). | peter | 2002-03-19 | 1 | -0/+4 |
* | Fixes to make select/poll mpsafe. | alfred | 2002-03-14 | 1 | -2/+0 |
* | Add SONY VAIO psm controller ISA-PnP ID. | takawata | 2002-03-10 | 1 | -0/+1 |
* | Add another PS2 PNP id. | sheldonh | 2001-12-19 | 1 | -0/+1 |
* | Hack for the "out-of-sync" error. | yokota | 2001-10-13 | 1 | -109/+152 |
* | Add PnP ID 'IBM3781' for TP240 mouse. | takawata | 2001-10-03 | 1 | -0/+1 |
* | Yet another turn of workaround for psm/ACPI/PnP BIOS | yokota | 2001-09-25 | 3 | -40/+85 |
* | Reinitialize the keyboard after the ACPI resume event. | yokota | 2001-09-23 | 2 | -2/+20 |
* | Refine ACPI/PnP BIOS probe/attach routines a bit. | yokota | 2001-09-15 | 4 | -17/+38 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -5/+5 |
* | Update the atkbdc, atkbd, and psm drivers to probe/attach | yokota | 2001-09-06 | 6 | -210/+446 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 2 | -0/+2 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 3 | -1/+3 |
* | Add the device resume method to keyboard drivers. | yokota | 2001-06-30 | 2 | -0/+28 |
* | Hints overhaul: | peter | 2001-06-12 | 2 | -20/+16 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Free the kbd pointer when it isn't NULL, as opposed to when it is. | dwmalone | 2001-01-22 | 1 | -1/+1 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 4 | -15/+11 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 2 | -2/+2 |
* | - Add a hack for "psmintr: out of sync.." This is NOT a fix, | yokota | 2000-12-01 | 1 | -0/+11 |
* | - Slightly rearrnage IntelliMouse Explorer and Logitech | yokota | 2000-12-01 | 1 | -30/+39 |