| Age | Commit message (Expand) | Author |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-08-18 | comparision with a string literal by "==" can't work (found by gcc-4.4.1), | drochner |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializer | christos |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-04-30 | sv_set_params(): avoid null pointer dereference when `setmode' is 0. | hannken |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-15 | 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-07-09 | Clean up. Attempt to make these safer against stray interrupts. | mycroft |
| 2004-07-09 | There's no need to halt the input and output pipes in the close routine -- | mycroft |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-22 | {HZ,hz,hZ} -> Hz | tsutsui |
| 2003-02-20 | The SonicVibes DMA is broken and only works on 24-bit addresses. As long | hannken |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-07-19 | Hint BUS_DMA_READ and BUS_DMA_WRITE. | kleink |
| 2000-12-28 | Change pci_intr_map to get interrupt source information from a "struct | sommerfeld |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 1999-11-01 | Make little endian and big endian version of all functions | augustss |
| 1999-07-10 | Fix a buglet in the driver's DMA buffer list ipmlementation, causing the next- | kleink |
| 1999-04-14 | initialize 'p' for lame gcc-2.7.2.2 flow analysis. | jonathan |
| 1999-03-22 | Make 48KHz output work. | mycroft |
| 1999-02-19 | This is an utterly revolting hack to work around the previously mentioned | mycroft |
| 1999-02-18 | Pass the correct address (PCI bus address, not PA) to the card. | mycroft |
| 1999-02-18 | spaces -> tabs | mycroft |
| 1999-02-18 | A few things: | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-12-10 | Add a driver for the S3 SonicVibes chip. From OpenBSD and | augustss |