summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eap.c
AgeCommit message (Expand)Author
2019-07-25 Make register address unsigned to avoid undefined behavior. Found by KUBSan.msaitoh
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
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
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
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-04Split device_t/softc, and other related cosmetic changes.cube
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-08-30fix incomplete initializerschristos
2006-07-01Correct build failures when MIDI is not enabled (the idea!).chap
2006-06-30Ankh-Morpork, we have a MIDI driver....chap
2006-06-13Initialize the mixer delta value to 8 for the 1370 version. Norpaulo
2006-06-10KNF.rpaulo
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-02-27nuke trailing whitespaceperry
2005-02-13"output.source" on the Ensoniq 1371 really should be "input.source". Makingfredb
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-09remove mixer setting code in *_attach() because ac97_attach() does it.kent
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-08-03Check return values of config_detach() for child devices and abortdrochner
2004-07-09Clean up. Attempt to make these safer against stray interrupts.mycroft
2004-07-08support the game port on eap1371drochner
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-05-03DMA, not dma nor Dma.wiz
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2003-01-14add detach supportmrg
2002-12-26For the ES1370 do "best effort" rate selection for the FM DAC. Thepooka
2002-12-14Silly me for assuming that the CT5880 cards could be identified by lookingpooka
2002-12-05Recognize a few more CT5880 chips. Only cosmetic, does notpooka
2002-11-30Don't use tsleep() in attach, use delay()pooka
2002-11-24Fix uninitialised variable warnings.scw
2002-11-14eap.c 1.54 changed ES1371 specific code but failed to make thegson
2002-11-11rename EAP_EN() to the more descriptive EAP_DAC_EN(), andpooka
2002-11-07Don't use newlines in string literals.thorpej
2002-11-04add support for the second DAC found on the chip. to attach the secondpooka
2002-10-10make a few debug printf's match realitypooka