summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sb.c
AgeCommit message (Expand)Author
2008-03-15Split device_t and softc for sb(4) and all its attachments.cube
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-01-29Remove more duplicate headers.hubertf
2006-09-03- add missing initializerschristos
2006-04-14Coverity CID 1540: Avoid array overrunchristos
2006-04-13Fix grammar in a comment, and use named constants for better readability.cube
2006-04-13Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp devicechristos
2005-12-11merge ktrace-lwp.christos
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-04-22sprintf -> snprintfitojun
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-09-29constify a littlejdolecek
2003-05-03DMA, not dma nor Dma.wiz
2002-11-02Removed unused structure.kristerw
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