| Age | Commit message (Expand) | Author |
| 2019-07-25 | Make register address unsigned to avoid undefined behavior. Found by KUBSan. | msaitoh |
| 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 |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 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 |
| 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 |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-04 | Split device_t/softc, and other related cosmetic changes. | cube |
| 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-30 | fix incomplete initializers | christos |
| 2006-07-01 | Correct build failures when MIDI is not enabled (the idea!). | chap |
| 2006-06-30 | Ankh-Morpork, we have a MIDI driver.... | chap |
| 2006-06-13 | Initialize the mixer delta value to 8 for the 1370 version. No | rpaulo |
| 2006-06-10 | KNF. | rpaulo |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-13 | "output.source" on the Ensoniq 1371 really should be "input.source". Making | fredb |
| 2005-01-15 | ansify and KNF | kent |
| 2005-01-10 | merge kent-audio1 branch, which introduces audio filter pipeline to the MI | kent |
| 2004-11-09 | remove mixer setting code in *_attach() because ac97_attach() does it. | 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-08-03 | Check return values of config_detach() for child devices and abort | drochner |
| 2004-07-09 | Clean up. Attempt to make these safer against stray interrupts. | mycroft |
| 2004-07-08 | support the game port on eap1371 | drochner |
| 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-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-14 | add detach support | mrg |
| 2002-12-26 | For the ES1370 do "best effort" rate selection for the FM DAC. The | pooka |
| 2002-12-14 | Silly me for assuming that the CT5880 cards could be identified by looking | pooka |
| 2002-12-05 | Recognize a few more CT5880 chips. Only cosmetic, does not | pooka |
| 2002-11-30 | Don't use tsleep() in attach, use delay() | pooka |
| 2002-11-24 | Fix uninitialised variable warnings. | scw |
| 2002-11-14 | eap.c 1.54 changed ES1371 specific code but failed to make the | gson |
| 2002-11-11 | rename EAP_EN() to the more descriptive EAP_DAC_EN(), and | pooka |
| 2002-11-07 | Don't use newlines in string literals. | thorpej |
| 2002-11-04 | add support for the second DAC found on the chip. to attach the second | pooka |
| 2002-10-10 | make a few debug printf's match reality | pooka |