summaryrefslogtreecommitdiff
path: root/sys/dev/pci/esm.c
AgeCommit message (Expand)Author
2020-04-19Fix round_blocksize not to return 0.isaki
2019-10-05add missing break.mrg
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-09-14GC wc_rdreg and wc_rdchctljoerg
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
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-06-12use __arraycount(). Same object code generated.cegger
2009-05-07device_t/softc splitcegger
2009-05-05struct cfdata * -> cfdata_tcegger
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung
2008-02-23Detach self and children. Make some functions static. Use device_tdyoung
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# 29372: notebook with Maestro 2E sound chip panics (w/ fix)jmcneill
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-30fix incomplete initializerschristos
2006-06-17re-factor the pci powestate api. reviewed by gimpychristos
2006-04-14Coverity CID 1102: Make the code more coverity friendly.christos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
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-08Fix AUDIO_DEBUG printf formats.kleink
2004-04-30Set the WAVCACHE_CHCTL_U8 flag for both specific-endian unsignedsimonb
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-02-03Fix printf format warnings.kleink
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2002-12-31Removed esm_freemem(), which isn't used any more.fredette
2002-12-30First cut at recording support for the ESS Maestro-2 and 2e.fredette
2002-12-23Replace magic numbers for power management control with PCI_PMCSR* macros.tsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej