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