Age | Commit message (Expand) | Author |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2021-03-07 | ansi | Jonathan Gray |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2017-05-04 | Remove side effects from assignment. Fixes warning with cppcheck. | Alexander Bluhm |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-06-25 | Cards with revision < 10 (qemu rev is 0), have no ad1848 chip and | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-15 | ansify some function definitions. | Brad Smith |
2013-06-26 | Remove some lies in comments. | Mark Kettenis |
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2012-02-25 | Don't tinker with the MIDI registers if they aren't mapped; necessary for the | Miod Vallat |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-08-26 | directly calling Debugger() is bad. turn these printf();Debugger(); series | Jasper Lievisse Adriaanse |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2006-03-04 | Internal interrupt counters should be compiled only if option AUDIO_DEBUG | Miod Vallat |
2005-10-19 | make this compile with AUDIO_DEBUG; reported in tech@ by | Federico G. Schwindt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-06-08 | Fix probe for GUS MAX cards; from NetBSD. | Miod Vallat |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-01-29 | new timeouts; some constifying; space control | Michael Shalayeff |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert |
1999-07-05 | first attempt at isapnp gus support | Theo de Raadt |
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist |
1998-11-03 | Update audio_hw_if. | Jason Downs |
1998-08-20 | mmap support for gus, dillema@acm.org | Niels Provos |
1998-05-13 | don't printf in probe routines. | Niels Provos |
1998-05-08 | Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree. | Constantine Sapuntzakis |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos |
1998-01-18 | move to current OpenBSD isadma API | Niklas Hallqvist |
1997-07-10 | sync with NETBSD 30/3/97 + adapating aria.c | Niels Provos |
1996-05-26 | sync 0521 | Theo de Raadt |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-20 | Fix back wrong patches. | Michael Shalayeff |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff |
1996-03-08 | From NetBSD: merge of 960217 | Niklas Hallqvist |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert |
1995-12-27 | from netbsd: | Theo de Raadt |
1995-12-14 | from netbsd; Convert IRQ, DRQ, and port numbers to int | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |