| Age | Commit message (Expand) | Author |
| 2008-03-15 | Split device_t and softc for sb(4) and all its attachments. | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-09-03 | - add missing initializers | christos |
| 2006-04-14 | Coverity CID 1540: Avoid array overrun | christos |
| 2006-04-13 | Fix grammar in a comment, and use named constants for better readability. | cube |
| 2006-04-13 | Fix the MPU attachment on Aztech 1020 that has a separate mpu pnp device | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-13 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-09-29 | constify a little | jdolecek |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-11-02 | Removed unused structure. | kristerw |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2000-12-19 | Add quirk for Avance Logic ALS100+, which doesn't like it's irq/drq | mjl |
| 1999-10-10 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-08-02 | Move the mpu device declaration to conf/files. | augustss |
| 1999-03-22 | Several things: | mycroft |
| 1999-02-19 | Move IRQ setup into frontend. Need to move DRQ handling as well. | mycroft |
| 1999-02-18 | Add separate halt_output and halt_input routines. | mycroft |
| 1999-02-17 | Pass 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-12 | Remove some white space. | augustss |
| 1998-08-10 | Use the new trigger_{in,out}put interface. | mycroft |
| 1998-08-07 | Add MIDI support. The MIDI devices can be accessed as ``raw'' through | augustss |
| 1998-06-29 | When hooking up the interrupt handler, use an interrupt share type | thorpej |
| 1998-06-17 | Remove a bunch of totally unnecessary #include <machine/pio.h> | augustss |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-11-12 | XXX Workaround for ViBRA cards with two 8 bit DMA channels. | augustss |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-08-19 | Change the MI audio driver so it attaches to the MD driver in the | augustss |
| 1997-07-31 | Audio changes: | augustss |
| 1997-07-28 | Audio: Remove the machine dependant code I put in audio.c by mistake. | augustss |
| 1997-07-27 | audio: Simplify handling of AUDIO_SETFD and committing of encoding mode. | augustss |
| 1997-07-27 | Changes to the sudio system: | augustss |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-05-23 | Redo the way selecting the mode for SB cards is done completely. | augustss |
| 1997-05-23 | Check that setting IRQ and DRQ on SB16 actually succeeds. | augustss |
| 1997-05-09 | Change the interface between high and lowlevel audio drivers again: | augustss |
| 1997-04-29 | Change the interface between the high and low level audio drivers | augustss |
| 1997-04-02 | Remove superfluous probe message. | mycroft |
| 1997-03-20 | Add 16-bit DRQ support on PnP, and enable 16-bit output. | mycroft |
| 1997-03-20 | Combine set_encoding and set_precision into a single set_format interface. | mycroft |
| 1997-03-13 | Don't share the silence block between devices. Make silence filling work for | mycroft |
| 1997-03-12 | SB minor version number is always two digits | mikel |
| 1997-01-16 | - convert to bus_space_* | christos |