Age | Commit message (Expand) | Author |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-05 | Less magic number | Alexandr Shadchin |
2015-03-31 | Upon finding an AUX slot that has no driver for it (such as the | Joshua Stein |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-12 | If while attaching pckbdc device slots, we find a slot has failed to | Theo de Raadt |
2014-12-19 | another handful of bcopy -> memcpy because there is no overlap | Theo de Raadt |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2013-09-24 | Try to release the console if pckbc(4) fails to send the initial | Martin Pieuchot |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann |
2013-04-20 | correct handling of t_apmver | Theo de Raadt |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann |
2013-02-15 | More DPRINTF use, no object change. | Martin Pieuchot |
2013-02-15 | Do not loop forever if the keyboard send a BAT (Basic Assurance Test) | Martin Pieuchot |
2012-10-17 | cleanup more of the driver soft-state when suspending; in certain | Theo de Raadt |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-02-02 | disable the polling timeout when we suspend; discovered by some code | Theo de Raadt |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-08 | Try and improve legacy controller emulation heuristics; if we think we should | Miod Vallat |
2010-08-05 | Change the management of commands in the active commands TAILQ to let issuers | Miod Vallat |
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-01-12 | Fix for a legacy free PC, where the keyboard controller doesn't behave. | Dale Rahn |
2009-08-27 | Bring in NetBSD's rev 1.45 by Matthias Drochner | Jonathan Gray |
2009-08-25 | Legacy-free PC hardware do not have a real PS/2 keyboard controller, but | Miod Vallat |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-07-29 | Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based | Miod Vallat |
2008-07-16 | Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. | Miod Vallat |
2007-11-26 | Undo (well, comment out) 1.10 - this causes a regression on oqo-1 machines, | Miod Vallat |
2007-01-31 | oops. now is the miodski version of the diff (; | Michael Shalayeff |
2007-01-31 | run a timeout (calling intr handler) to recover from in buffer oflows that ma... | Michael Shalayeff |
2006-05-08 | silence a debug message; from kili@outback.escape.de; ok miod | Theo de Raadt |
2005-12-29 | go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 | Martin Reindl |
2005-08-06 | while checking for an aux port, if we timeout waiting for our test | joshua stein |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2003-10-21 | typos from Tom Cosgrove; | Jason McIntyre |
2003-03-13 | Initialize the timeout for the non-console case of PS2 keyboard. Fixes | Dale Rahn |
2002-06-09 | Handle out of memory gracefully. ok miod@ | Thomas Nordin |
2002-04-30 | Correctly handle old controllers with a relaxed aux port behaviour. | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-04-14 | Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is | Aaron Campbell |
2000-11-13 | Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not used | Aaron Campbell |