summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/gus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cards with revision < 10 (qemu rev is 0), have no ad1848 chip andratchov2015-06-251-12/+39
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-49/+4
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* ansify some function definitions.brad2013-11-151-208/+77
* Remove some lies in comments.kettenis2013-06-261-19/+16
* Since audio code is mp safe, establish isa and pci audio interruptsratchov2013-05-241-3/+4
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-25/+36
* Don't tinker with the MIDI registers if they aren't mapped; necessary for themiod2012-02-251-5/+7
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-1/+7
* directly calling Debugger() is bad. turn these printf();Debugger(); seriesjasper2009-08-261-8/+2
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-1/+6
* Internal interrupt counters should be compiled only if option AUDIO_DEBUGmiod2006-03-041-5/+5
* make this compile with AUDIO_DEBUG; reported in tech@ byfgsch2005-10-191-11/+11
* debranch SMP, have funniklas2004-06-131-2/+1
* Fix probe for GUS MAX cards; from NetBSD.miod2003-06-081-13/+23
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-58/+82
* First round of __P removal in sysmillert2002-03-141-8/+8
* new timeouts; some constifying; space controlmickey2001-01-291-146/+148
* MALLOC/FREE -> malloc/free ok art@nate2000-08-191-4/+4
* first attempt at isapnp gus supportderaadt1999-07-051-742/+331
* remove unneeded pio.h inclusionmickey1999-01-241-2/+1
* Midi & sequencer support from NetBSD, mostly by Lennart Augustssonniklas1999-01-021-2/+3
* Update audio_hw_if.downsj1998-11-031-1/+4
* mmap support for gus, dillema@acm.orgprovos1998-08-201-10/+11
* don't printf in probe routines.provos1998-05-131-4/+4
* Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree.csapuntz1998-05-081-285/+45
* update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-04-261-1086/+870
* move to current OpenBSD isadma APIniklas1998-01-181-18/+15
* sync with NETBSD 30/3/97 + adapating aria.cprovos1997-07-101-86/+44
* sync 0521deraadt1996-05-261-2/+3
* sync with 0504 -- prototypes and bus.hderaadt1996-05-071-56/+55
* partial sync with netbsd 960418, more to comederaadt1996-04-211-8/+13
* NetBSD 960317 mergeniklas1996-04-181-100/+122
* Fix back wrong patches.mickey1996-03-201-2/+2
* Merging w/ NetBSD 021796.mickey1996-03-191-2/+2
* From NetBSD: merge of 960217niklas1996-03-081-22/+30
* Pass device name to interrupt establish routines so it can be recorded intholo1996-02-201-1/+1
* from netbsd:deraadt1995-12-271-3/+3
* from netbsd; Convert IRQ, DRQ, and port numbers to intderaadt1995-12-141-37/+44
* initial import of NetBSD treederaadt1995-10-181-0/+4532