summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sb.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2000-12-19Add quirk for Avance Logic ALS100+, which doesn't like it's irq/drqmjl
1999-10-10NMIDI -> NMPU, to be consistent with sbdsp.c.mycroft
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-03-22Several things:mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1999-02-18Add separate halt_output and halt_input routines.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-12Remove some white space.augustss
1998-08-10Use the new trigger_{in,out}put interface.mycroft
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
1998-06-29When hooking up the interrupt handler, use an interrupt share typethorpej
1998-06-17Remove a bunch of totally unnecessary #include <machine/pio.h>augustss
1998-01-12Update for config changes.thorpej
1997-11-12XXX Workaround for ViBRA cards with two 8 bit DMA channels.augustss
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-08-19Change the MI audio driver so it attaches to the MD driver in theaugustss
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-23Redo the way selecting the mode for SB cards is done completely.augustss
1997-05-23Check that setting IRQ and DRQ on SB16 actually succeeds.augustss
1997-05-09Change the interface between high and lowlevel audio drivers again:augustss
1997-04-29Change the interface between the high and low level audio driversaugustss
1997-04-02Remove superfluous probe message.mycroft
1997-03-20Add 16-bit DRQ support on PnP, and enable 16-bit output.mycroft
1997-03-20Combine set_encoding and set_precision into a single set_format interface.mycroft
1997-03-13Don't share the silence block between devices. Make silence filling work formycroft
1997-03-12SB minor version number is always two digitsmikel
1997-01-16- convert to bus_space_*christos
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-04-29- prototype fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-03-16add MediaVision Jazz16 chipset support. It must be configured withjtk
1996-03-01Add support to the ISA DMA framework for auto-initialize mode.mycroft
1996-02-16Prototype the probe and attach functions.mycroft
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-11-10Convert IRQ, DRQ, and port numbers to int.mycroft
1995-07-19GUS audio driver from John Kohl.brezak
1995-07-07Cleanupbrezak
1995-05-08Remove stringsbrezak
1995-04-17update for new locationscgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd