summaryrefslogtreecommitdiff
path: root/sys/dev/pci/esa.c
AgeCommit message (Expand)Author
2013-10-16- use proper types (uint16_t instead of uint32_t)christos
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-12-03the argument of esa_get_locks() is struct esa_voice *, not struct esa_softc *.ryo
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-10Fix a couple of mistakes in the device_t/softc split that causedyoung
2008-05-13Hook hardware volume buttons into pmf.jmcneill
2008-03-27Split device_t and softcjmcneill
2008-03-21Use aprint_*_dev() instead of accessing struct device member dv_xnamedyoung
2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung
2008-02-22Add methods for detaching self and for detaching children.dyoung
2008-01-27On resume, ensure that esa is powered up, and ensure we power thejmcneill
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill 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-25No need to call pci_set_powerstate from our powerhook, the bus handles thisjmcneill
2006-09-24PR# 23620: channels are swappedjmcneill
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-24Formatting fixups, remove commented out code that should not have been here,jmcneill
2006-08-30missing commachristos
2006-08-30fix incomplete initializerschristos
2006-06-17re-factor the pci powestate api. reviewed by gimpychristos
2005-12-11merge ktrace-lwp.christos
2005-10-29Wow, this is clearly wrong (found in esa_set_params):jmcneill
2005-06-28Use ANSI function decls and static.thorpej
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-09-22ac97_host_if::reset() returns non-zero value if codec reset fails, andkent
2004-07-21 - Don't hardcode buffer size and block size in esa_round_buffersize() andscw
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-10-25Fix uninitialized variable warningschristos
2003-07-14add missing __KERNEL_RCSID()lukem
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2002-12-23Replace magic numbers for power management control with PCI_PMCSR* macros.tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-08audit bitmask test mistake (s/&&/&/). from openbsditojun
2002-06-02Fix the mixer controls to work a bit better.jmcneill
2002-03-24Fix suspend/resume. Previously, suspending/resuming while playback was activejmcneill
2002-03-16Add multiple voice support to the ESS Allegro-1 / Maestro-3 family ofjmcneill
2002-03-10Correctly enable/disable the low-pass filter, depending on the sample rate.jmcneill