summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wss.c
AgeCommit message (Expand)Author
2002-09-27remove trailing \n in panic(). approved perry.provos
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
1999-02-18Add separate halt_input and halt_output methods in ad1848_isa, which disablemycroft
1999-02-17Use the trigger interface, and clean up a pile of cruft.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-12-08Make the OPL information string more informative.augustss
1998-09-06Use `ad1848_isa_{open|close}' (Ezra Story; PR#6108).pk
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-29Don't print chip name in attach, the ad1848 attach already does.augustss
1998-06-30Nuke unused variable.mycroft
1998-06-30Add a monitor mute. The mixer here really needs more work for themycroft
1998-06-09Adjust for changes to the ISA DMA API.thorpej
1998-05-21KNF.augustss
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-02-23-make compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-19Split out the ISA part of the WSS driver to allow PnP attachment.augustss
1998-01-12Update for config changes.thorpej
1997-11-30fix inconsistent declaration in non-"__BROKEN_INDIRECT_CONFIG" casedrochner
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-10-11AudioC[A-Z] -> AudioC[a-z]mycroft
1997-08-28Zap drq2 if unused.augustss
1997-08-26XXX Add a drq2 locator for the ISA bus. Many sound cards needaugustss
1997-08-25Fix the "non-broken" indirect configuration so it might actually work.augustss
1997-08-24Improve error message.augustss
1997-08-20Convert WSS driver to use non-broken indirect configuration.augustss
1997-08-19Change the MI audio driver so it attaches to the MD driver in theaugustss
1997-08-04Implement a function to test if a drq is taken and use itaugustss
1997-07-31Audio changes:augustss
1997-07-28Audio: Remove the machine dependant code I put in audio.c by mistake.augustss
1997-07-27audio: Simplify handling of AUDIO_SETFD and committing of encoding mode.augustss
1997-07-27Changes to the sudio system:augustss
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-05-09Change the interface between high and lowlevel audio drivers again:augustss
1997-05-07Convert to new orthogonal audio encoding scheme and implementaugustss
1997-04-29Change the interface between the high and low level audio driversaugustss
1997-04-06Make sure the bus tag is set where we need it.augustss
1997-04-06Add support for MAD16 based audio cards.augustss
1997-04-05Busify the WSS driver.augustss
1997-03-20Combine set_encoding and set_precision into a single set_format interface.mycroft
1997-03-19normalize off-by-four ad1848 register offsets.mikel
1997-03-13Don't share the silence block between devices. Make silence filling work formycroft
1996-12-05return proper output port. Fixes PR kern/2014.mikel
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-04-29Prototype fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd