summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ess.c
AgeCommit message (Expand)Author
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Fix empty ifchristos
2006-08-30fix incomplete initializerchristos
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-08-07Attempt to support the 688 as well. It looks vaguely right from inspectingmycroft
2004-08-06Add code to recognize the 1688, per PR 11910. Also reduce some control logic.mycroft
2004-08-04This is definitely what the world has been waiting for:-)drochner
2004-07-09Don't halt in the close routine.mycroft
2004-04-22sprintf -> snprintfitojun
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-01-06Do ess_config_addr() in the ofisa front end, rather than in the matchnathanw
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
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
2000-01-18Mute the DAC -- not the master volume -- on close, so that CD passthrough ismycroft
1999-11-02Set mixer controls after a reset.augustss
1999-11-01Make little endian and big endian version of all functionsaugustss
1999-06-18Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp,augustss
1999-05-30Fix bug uncovered by audio.c fix: Since the monitor control on the ESSnathanw
1999-03-19Allow DRQ[A-C] to be used on the 1888 as well.mycroft
1999-03-18dmapos should start at 0, in theory.mycroft
1999-03-18Add support for polling.mycroft
1999-03-18Confirm that there was an interrupt before handling it. Allows IRQs to bemycroft
1999-03-17Fix a couple of other places we should avoid the Audio2 DRQ on the 1788.mycroft
1999-03-17More redux:mycroft
1999-03-16Audio1 does not support 16-bit DMA. Eliminate some code that tried to handlemycroft
1999-03-16Fix old typo.mycroft
1999-03-16A little more cleanup.mycroft
1999-03-16Minor fix to some debugging output.mycroft
1999-03-16Clean up the previous:mycroft
1999-03-02Add support for the 1788 AudioDrive chip.nathanw
1999-02-22Use DMAMODE_LOOPDEMAND.mycroft
1999-02-20Fix the halt_input and halt_output routines to actually disable the channel,mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-02-17If we have an 8-bit DRQ, always pass that to isa_malloc().mycroft
1999-01-08Fix more `void *' arithmetic.augustss
1998-11-25Minor format change.mycroft
1998-08-26Less debug printing.augustss