Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-07 | 1 | -19/+8 | |
| | |||||
* | Remove unused getdev() audio driver functions. | 2016-09-19 | 1 | -35/+1 | |
| | |||||
* | Remove drain(), query_encoding(), mappage() and get_default_params() | 2016-09-14 | 1 | -6/+2 | |
| | | | | | methods from all audio drivers and from the audio_if structure as they are never called. | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Since audio code is mp safe, establish isa and pci audio interrupts | 2013-05-24 | 1 | -3/+4 | |
| | | | | | | | | with the IPL_MPSAFE flag. In certain circumstances, this prevents interrupt handlers from waiting the global kernel_lock possibly (hold by slower code) to be released. ok kettenis | ||||
* | allow low level audio drivers to specify a default sample format, | 2008-04-21 | 1 | -2/+3 | |
| | | | | | | | | | instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | ||||
* | Add optional flush method to MIDI hardware interface. | 2006-04-07 | 1 | -1/+3 | |
| | | | | | | | Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov. | ||||
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | 2003-04-27 | 1 | -7/+7 | |
| | |||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 1 | -4/+3 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -9/+9 | |
| | |||||
* | first cut at isapnp and ym mpu | 1999-07-20 | 1 | -5/+5 | |
| | |||||
* | remove unneeded pio.h inclusion | 1999-01-24 | 1 | -2/+1 | |
| | |||||
* | Die, NEWCONFIG | 1999-01-07 | 1 | -22/+1 | |
| | |||||
* | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | 1999-01-02 | 1 | -37/+99 | |
| | |||||
* | Update audio_hw_if. | 1998-11-03 | 1 | -4/+6 | |
| | |||||
* | don't printf in probe routines. | 1998-05-13 | 1 | -31/+35 | |
| | |||||
* | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | 1998-04-26 | 1 | -67/+52 | |
| | |||||
* | silence this thing again | 1997-08-07 | 1 | -4/+2 | |
| | |||||
* | sync with NETBSD 30/3/97 + adapating aria.c | 1997-07-10 | 1 | -95/+96 | |
| | |||||
* | sync 0521 | 1996-05-26 | 1 | -2/+3 | |
| | |||||
* | sync with 0504 -- prototypes and bus.h | 1996-05-07 | 1 | -3/+2 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -8/+18 | |
| | |||||
* | NetBSD 960317 merge | 1996-04-18 | 1 | -17/+17 | |
| | |||||
* | Fix back wrong patches. | 1996-03-20 | 1 | -2/+2 | |
| | |||||
* | Merging w/ NetBSD 021796. | 1996-03-19 | 1 | -2/+2 | |
| | | | | | speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | ||||
* | From NetBSD: merge of 960217 | 1996-03-08 | 1 | -10/+7 | |
| | |||||
* | Pass device name to interrupt establish routines so it can be recorded in | 1996-02-20 | 1 | -1/+1 | |
| | | | | | | | | | the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | ||||
* | from netbsd: | 1995-12-27 | 1 | -1/+1 | |
| | | | | | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. | ||||
* | from netbsd; Convert IRQ, DRQ, and port numbers to int | 1995-12-14 | 1 | -13/+12 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+319 | |