| Age | Commit message (Expand) | Author |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-08-15 | Use the exact same argument for kmem_alloc and kmem_free; from brainy | maxv |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 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-10 | use aprint_*_dev and device_xname | cegger |
| 2008-04-01 | Fix fallout from device_t/softc split to mpu(4): | xtraeme |
| 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-08-29 | fix incomplete initializer. | christos |
| 2006-05-11 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 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-10-26 | Fix typo in a comment: alalog -> analog. | xtraeme |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-12-06 | Back out the following commit and apply the real fix. | itohy |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-22 | - Correctly handle bit 24 of miscellaneous control register, which has | itohy |
| 2003-10-25 | Fix uninitialized variable warnings. | christos |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Use aprint_*(). | 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 |
| 2002-02-02 | Fix typo so that 48kHz can be set. From Stephen Ma in kern/15456. | augustss |
| 2001-12-27 | Fix comment. | itohy |
| 2001-11-13 | add RCSID | lukem |
| 2001-11-04 | Re-implement the mixer | itohy |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-09-04 | - Add opl at cmpci attachment. | itohy |