| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 1 | -2/+1 |
| 2019-10-12 | hppa: gsckbc(4), power(4): tsleep(9) -> tsleep_nsec(9); ok kn@ visa@ |  cheloha | 1 | -2/+2 |
| 2018-05-14 | Relax the way irqs are assigned. This diff does: |  kettenis | 2 | -13/+41 |
| 2018-04-28 | replace add_*_randomness with enqueue_randomness() |  jasper | 1 | -2/+2 |
| 2016-09-19 | Remove unused getdev() audio driver functions. |  ratchov | 2 | -22/+2 |
| 2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 1 | -49/+2 |
| 2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. |  mpi | 1 | -2/+1 |
| 2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 1 | -2/+1 |
| 2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... |  stsp | 1 | -2/+2 |
| 2015-09-08 | sizes for free(), when known; ok semarie |  deraadt | 1 | -3/+3 |
| 2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary |  miod | 1 | -18/+9 |
| 2015-05-11 | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 1 | -82/+7 |
| 2014-10-31 | remove a duplicate pckbdvar.h include under NGSCKBD > 0 |  jsg | 1 | -6/+3 |
| 2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 1 | -3/+3 |
| 2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -5/+5 |
| 2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable |  tobias | 1 | -7/+7 |
| 2013-05-15 | Introduce a global interrupt-aware mutex protecting data |  ratchov | 1 | -4/+10 |
| 2013-04-20 | more pckbd fallout, sigh |  deraadt | 1 | -3/+3 |
| 2013-04-20 | Enable active PS/2 multiplexing if available. |  tobias | 1 | -6/+6 |
| 2012-08-10 | simplify pckbc_xt_translation() |  shadchin | 1 | -5/+4 |
| 2011-12-21 | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e |  miod | 1 | -0/+87 |
| 2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. |  miod | 1 | -2/+2 |
| 2010-12-03 | removed slot argument of function pckbd_cnattach |  shadchin | 1 | -2/+2 |
| 2010-11-28 | Remove unused gscbus bus_dma_tag_t. |  miod | 2 | -180/+2 |
| 2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 1 | -2/+8 |
| 2010-04-29 | Currently pdc_scanbus() scans in reverse, which results in physical CPU0 |  jsing | 1 | -2/+2 |
| 2010-04-20 | more misuse of user.h and sysctl.h |  deraadt | 1 | -2/+1 |
| 2010-04-20 | Allow MD oosiop(4) attachment to override default values for a few of the |  miod | 1 | -1/+7 |
| 2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions |  blambert | 1 | -2/+2 |
| 2008-07-16 | Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of |  miod | 7 | -2070/+14 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2 | -16/+2 |
| 2008-04-21 | allow low level audio drivers to specify a default sample format, |  jakemsr | 1 | -1/+2 |
| 2008-03-21 | regen |  miod | 1 | -2/+2 |
| 2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international |  miod | 1 | -5/+5 |
| 2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where |  krw | 1 | -3/+2 |
| 2007-08-23 | First stab at a driver for the onboard Fast-Wide SCSI on the 735 and 755. |  kettenis | 1 | -0/+162 |
| 2007-07-15 | Delay switching to the real serial console until we attach the serial device. |  kettenis | 1 | -13/+10 |
| 2006-12-17 | Sync with pckbc.c r1.12: |  miod | 1 | -4/+5 |
| 2006-12-17 | sync with pckbd.c r1.8: |  miod | 1 | -3/+3 |
| 2006-12-05 | regen |  otto | 1 | -2/+44 |
| 2006-07-20 | regen |  mickey | 1 | -15/+15 |
| 2006-07-20 | regen |  mickey | 1 | -2/+20 |
| 2006-05-29 | Regen (although this does not change anything for these keyboards). |  miod | 1 | -2/+5 |
| 2006-05-20 | do not even match on unsupported hw (instead of return from attach); from 710 |  mickey | 1 | -14/+14 |
| 2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. |  miod | 1 | -6/+11 |
| 2005-12-13 | remove ad clause that got copied from older versions of the files; pto by jsg@ |  mickey | 2 | -10/+4 |
| 2005-06-09 | it appears asp occupies more space than intially thought and |  mickey | 1 | -2/+1 |
| 2005-05-12 | Regen |  miod | 1 | -303/+303 |
| 2005-05-12 | Populate \t better in the output, for human readability; no change in the |  miod | 1 | -8/+15 |
| 2005-05-09 | Regen |  miod | 1 | -384/+389 |