| Age | Commit message (Expand) | Author |
| 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 |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-04-25 | Add a joystick attachment to the ESS Solo-1 driver. | kleink |
| 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 |
| 2000-03-22 | Scale the drain timeout for allowing auto-initialize DMA to complete. | kleink |
| 2000-01-18 | Fix the size of the playback buffer. Patch from Dave Sainty <dave@dtsp.co.nz>. | cjs |
| 1999-12-28 | Off-by-one error in limiting the DMAC buffer size for Audio 2 to 64K (actually | kleink |
| 1999-12-28 | Fix a buffer KVA comparison botch in eso_mappage(); from Dave Sainty in | kleink |