summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sbdspvar.h
AgeCommit message (Expand)Author
2003-07-08function prototype must not have variable nameitojun
2003-05-03DMA, not dma nor Dma.wiz
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2000-12-19Add quirk for Avance Logic ALS100+, which doesn't like it's irq/drqmjl
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-02-07Add a new function call to the ISA DMA API: isa_dmamaxsize(), which returnsthorpej
1999-10-10Oops; this should get mpu.h, not midi.h.mycroft
1999-10-09NMIDI -> NMPU, to be consistent with sbdsp.c.mycroft
1999-10-09NMIDI -> NMPU, to be consistent with sbdsp.c.mycroft
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-08-01Move the MPU driver isa/ to ic/.augustss
1999-03-22Several things:mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1999-02-18Remove some superfluous softc elements.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-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-09Adjust for changes to the ISA DMA API.thorpej
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-10-16Make sure the 'input' class is used even for the 1345 mixer.augustss
1997-08-30Make SB full duplex. Ooops, I forgot this in the last commit.augustss
1997-08-24Add mute and channels swap to the mixer capabilites.augustss
1997-08-24- Change audio_hw_if a little: set_param now sets the play and record modesaugustss
1997-08-04Audio:augustss
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-19Redo the SB mixer code. The driver can now distinguish between theaugustss
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-03-20Use autoinitialize DMA mode on the SB2 and later. Partly from Torsten Duwe.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-01-16- convert to bus_space_*christos
1996-04-29Fix gcc -Wall warnings.christos
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-18Add bass/treble input filter adjustment controls to SB (Pro) driverjtk
1996-02-16Various:mycroft
1996-02-16Various, including:mycroft
1995-11-10Convert IRQ, DRQ, and port numbers to int.mycroft
1995-05-08Remove stringsbrezak
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-03-28KERNEL -> _KERNELjtc