summaryrefslogtreecommitdiff
path: root/sys/dev/isa/gus.c
AgeCommit message (Expand)Author
2006-08-30add missing initializerschristos
2006-04-14Coverity CID 2453: Add negative checks.christos
2006-03-25Use device_parent().thorpej
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-01-13ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-04-22sprintf -> snprintfitojun
2003-11-21Code enabled by option AUDIO_DEBUG exhibited undefined behavior andgson
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-10-11Don't include <i386/isa/icu.h>fvdl
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-07-18bcopy -> memcpythorpej
2001-01-18constifyjdolecek
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
1999-03-30The AD1848/CS4231 attachment doesn't create DMA maps any more, so we have tomycroft
1999-02-19Fix structure names.mycroft
1999-02-17Update comments.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-09-09Add mmap support for gus and gusmax, PR #5988, Feico Dillema.thorpej
1998-09-06Correct the remaining uses of ad1848_softc to ad1848_isa_softcjtk
1998-09-01use ad1848_isa_attach, so GUS cards with CS4231 don't panic the kerneljtk
1998-08-25Split the AD1848 driver into MI (dev/ic/ad1848.c) and ISA parts.pk
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-07-02Cosmetic change.mycroft
1998-06-17Remove a bunch of totally unnecessary #include <machine/pio.h>augustss
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-05-20Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers.augustss
1998-03-12Update probing for GUS a little. From soren@t.dk,augustss
1998-03-09let panic() call DDB, don't do it ourselves; from Nathan Williams in PR 5131mikel
1998-01-25Make sure we create DMA maps if the CD4231 probe fails.mycroft
1998-01-13make it compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-12Update for config changes.thorpej
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-10-11AudioElinear -> AudioEslinearmycroft
1997-10-11AudioC[A-Z] -> AudioC[a-z]mycroft
1997-10-09Fix tipo inherited from old version of TNF copyright template.jtc