summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ym.c
AgeCommit message (Expand)Author
2002-03-10Add explicit support of OPL3-SA2 (YMF711).itohy
2002-02-26 1. Change equalizer (treble, bass) to be ``flat'' if the values set atitohy
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2000-11-26Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY andtakemura
2000-09-04Move ym_mixer_set_port() (if used) during attach AFTER initialization ofitohy
2000-07-04MAke sure bass&treble start in their mid position.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-12-27- Unmuting an external input source (CD playback, line input, and speaker)itohy
1999-10-07Oops! Make it compile again.itohy
1999-10-07Fix power-related init code.itohy
1999-10-05New ym driver.itohy
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-10-11Call correct ad1848 attach routine. Fixes PR 6269.augustss
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-06-17Remove a bunch of totally unnecessary #include <machine/pio.h>augustss
1998-05-21Add a newline.augustss
1998-05-20Add a Yamaha OPL3-SA3 driver and clean up all AD1848 drivers.augustss