summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eso.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-26- The "eso" device does not need to carry the "midibus" interface attribute.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-10-28Fix operand priority of bit op vs ternary operator.joerg
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
2013-10-16remove unused variables.christos
2013-07-17A few "isa" files are so tightly integrated into the x86 platform codesoren
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-12Add missing locking calls to eso_attach() to avoid panic on boot.gson
2012-05-15don't kassert that the sc_intr_lock is held in eso_reset(). it's onlymrg
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
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-10use aprint_*_dev and device_xnamecegger
2008-04-01Fix fallout from device_t/softc split to mpu(4):xtraeme
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
2007-01-11Replace home-grown list management for DMA buffers with SLISTs, and refactor.kleink
2006-12-18Redo rev. 1.42, fixing the original array subscript pasto the right way.kleink
2006-12-14explicitly set clk to 1 or 0.christos
2006-12-14Un-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 initializerchristos
2006-04-14Coverity CID 1539: Remove bogus test that caused array overrun.christos
2005-12-11merge ktrace-lwp.christos
2005-01-26Clean up the array of audio_formats supported.kleink
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-07-09There's no need to halt the input and output pipes in the close routine --mycroft
2004-07-08In addition to alpha, grossly work around the 24-bit limitation of thekleink
2004-05-25General mixer initialization improvements around the MONO_IN/MONO_OUT/kleink
2004-02-17Fix a (non-dangerous) malloc size botch in eso_allocm();kleink
2004-02-17Audio 2's DMA current address register implements only the leastkleink
2003-02-05unask -> unmaskkleink
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej