Age | Commit message (Expand) | Author |
2013-08-10 | Move the device table inside the softc. | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-06-03 | Be coherent when printing irq numbers. | Martin Pieuchot |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-23 | Don't assume time_t is an uint32_t. | Martin Pieuchot |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-03-10 | Do not try to scan the ADB bus for devices if the device-tree does not | Martin Pieuchot |
2013-03-09 | Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-10-08 | push irqloop warnings into #ifdef DEBUG | Theo de Raadt |
2012-09-02 | Bump the buffer size from 32 to 128 bytes, because some responses may | Martin Pieuchot |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2011-10-28 | Enable interrupts while processing off level interrupts. simplify code | Dale Rahn |
2011-10-24 | Revert last change, reported increased stablility with the change was | Dale Rahn |
2011-10-22 | Do not run off level interrupts with external interrupts disabled as | Dale Rahn |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-16 | Set the shared priority entry to the value of the current maxipl entry, | Dale Rahn |
2011-09-04 | oops, this DPRINTF flavour takes no parentheses. | Miod Vallat |
2011-09-04 | Silence awacs_trigger_input by turning a noisy printf into the DPRINTF | Miod Vallat |
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-16 | Removes unused variables. | Martin Pieuchot |
2011-06-16 | Removes the always-set-to-1 adbSoftPower variable. | Martin Pieuchot |
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot |
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat |
2011-06-07 | Make use of macobio_* methods to manage the i2s GPIOs, remove the customs | Martin Pieuchot |
2011-06-07 | Fix the use of mute/volume keys broken by the last API change in audio.c | Martin Pieuchot |
2011-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin Pieuchot |
2011-05-15 | Unify various gpio access using methods that take an offset relative to the | Martin Pieuchot |
2011-05-14 | pm_* methods are always attached to a PMU, no need to check for hardware. | Martin Pieuchot |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-05 | add support for muting the master channel on i2s based cards, this allows the | Jasper Lievisse Adriaanse |
2011-05-04 | fix volume up and down using the keyboard keys | Jasper Lievisse Adriaanse |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-02-19 | Only attach if the "device_type" propery is "programmer-button". On the iMac | Mark Kettenis |
2011-01-08 | rename imask[] to cpu_imask[] to because imask is too loud as far as | Theo de Raadt |
2010-11-22 | Use cons_decl() to get console routine prototypes, instead of rolling our own. | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-08-29 | s/wdcactivate/config_activate_children/ | Theo de Raadt |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-05 | timeout_add -> timeout_add_sec | Bret Lambert |