| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-26 | - The "eso" device does not need to carry the "midibus" interface attribute. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-10-28 | Fix operand priority of bit op vs ternary operator. | joerg |
| 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 |
| 2013-10-16 | remove unused variables. | christos |
| 2013-07-17 | A few "isa" files are so tightly integrated into the x86 platform code | soren |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-08-12 | Add missing locking calls to eso_attach() to avoid panic on boot. | gson |
| 2012-05-15 | don't kassert that the sc_intr_lock is held in eso_reset(). it's only | mrg |
| 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 |
| 2007-01-11 | Replace home-grown list management for DMA buffers with SLISTs, and refactor. | kleink |
| 2006-12-18 | Redo rev. 1.42, fixing the original array subscript pasto the right way. | kleink |
| 2006-12-14 | explicitly set clk to 1 or 0. | christos |
| 2006-12-14 | Un-break clock selection after -Wsign-compare cleanup in rev. 1.43; | kleink |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | - fix missing initializer | christos |
| 2006-04-14 | Coverity CID 1539: Remove bogus test that caused array overrun. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-26 | Clean up the array of audio_formats supported. | kleink |
| 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 | There's no need to halt the input and output pipes in the close routine -- | mycroft |
| 2004-07-08 | In addition to alpha, grossly work around the 24-bit limitation of the | kleink |
| 2004-05-25 | General mixer initialization improvements around the MONO_IN/MONO_OUT/ | kleink |
| 2004-02-17 | Fix a (non-dangerous) malloc size botch in eso_allocm(); | kleink |
| 2004-02-17 | Audio 2's DMA current address register implements only the least | kleink |
| 2003-02-05 | unask -> unmask | kleink |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |