| Age | Commit message (Expand) | Author |
| 2013-10-16 | - use proper types (uint16_t instead of uint32_t) | christos |
| 2012-01-30 | Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} | drochner |
| 2011-12-03 | the argument of esa_get_locks() is struct esa_voice *, not struct esa_softc *. | ryo |
| 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-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-10 | Fix a couple of mistakes in the device_t/softc split that cause | dyoung |
| 2008-05-13 | Hook hardware volume buttons into pmf. | jmcneill |
| 2008-03-27 | Split device_t and softc | jmcneill |
| 2008-03-21 | Use aprint_*_dev() instead of accessing struct device member dv_xname | dyoung |
| 2008-03-21 | pci_activate() expects for its void * argument to be a device_t, | dyoung |
| 2008-02-22 | Add methods for detaching self and for detaching children. | dyoung |
| 2008-01-27 | On resume, ensure that esa is powered up, and ensure we power the | jmcneill |
| 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# 23620: channels are swapped | jmcneill |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-09-24 | Formatting fixups, remove commented out code that should not have been here, | jmcneill |
| 2006-08-30 | missing comma | christos |
| 2006-08-30 | fix incomplete initializers | christos |
| 2006-06-17 | re-factor the pci powestate api. reviewed by gimpy | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-29 | Wow, this is clearly wrong (found in esa_set_params): | jmcneill |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 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-21 | - Don't hardcode buffer size and block size in esa_round_buffersize() and | scw |
| 2004-04-23 | pass string length (= boundary info) to pci_devinfo so that we do not run over | itojun |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-12-23 | Replace magic numbers for power management control with PCI_PMCSR* macros. | tsutsui |
| 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-08-08 | audit bitmask test mistake (s/&&/&/). from openbsd | itojun |
| 2002-06-02 | Fix the mixer controls to work a bit better. | jmcneill |
| 2002-03-24 | Fix suspend/resume. Previously, suspending/resuming while playback was active | jmcneill |
| 2002-03-16 | Add multiple voice support to the ESS Allegro-1 / Maestro-3 family of | jmcneill |
| 2002-03-10 | Correctly enable/disable the low-pass filter, depending on the sample rate. | jmcneill |