Age | Commit message (Expand) | Author |
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 |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |
2010-04-09 | - don't use memset() where we should use bzero() | Jasper Lievisse Adriaanse |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-02-26 | - remove double cvs id's | Jasper Lievisse Adriaanse |
2010-02-26 | - this device doesn't provide volume control, so stop whining about it. it's ... | Jasper Lievisse Adriaanse |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-08 | Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch(). | Mark Kettenis |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |