| Age | Commit message (Expand) | Author |
| 2020-04-19 | Fix round_blocksize not to return 0. | isaki |
| 2019-10-05 | add missing break. | mrg |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 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 |
| 2013-09-14 | GC wc_rdreg and wc_rdchctl | joerg |
| 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 |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-06-12 | use __arraycount(). Same object code generated. | cegger |
| 2009-05-07 | device_t/softc split | cegger |
| 2009-05-05 | struct cfdata * -> cfdata_t | cegger |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-02-23 | Detach self and children. Make some functions static. Use device_t | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 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-25 | No need to call pci_set_powerstate from our powerhook, the bus handles this | jmcneill |
| 2006-09-24 | PR# 29372: notebook with Maestro 2E sound chip panics (w/ fix) | jmcneill |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-30 | fix incomplete initializers | christos |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2006-04-14 | Coverity CID 1102: Make the code more coverity friendly. | christos |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 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-09-22 | ac97_host_if::reset() returns non-zero value if codec reset fails, and | kent |
| 2004-07-08 | Fix AUDIO_DEBUG printf formats. | kleink |
| 2004-04-30 | Set the WAVCACHE_CHCTL_U8 flag for both specific-endian unsigned | simonb |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-02-03 | Fix printf format warnings. | kleink |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-12-31 | Removed esm_freemem(), which isn't used any more. | fredette |
| 2002-12-30 | First cut at recording support for the ESS Maestro-2 and 2e. | fredette |
| 2002-12-23 | Replace magic numbers for power management control with PCI_PMCSR* macros. | tsutsui |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |