summaryrefslogtreecommitdiff
path: root/sys/dev/pci/eso.c
AgeCommit message (Expand)Author
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
2002-09-27Declare all cfattach structures const.thorpej
2002-04-25Add a joystick attachment to the ESS Solo-1 driver.kleink
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-07-19Hint BUS_DMA_READ and BUS_DMA_WRITE.kleink
2000-12-28Change pci_intr_map to get interrupt source information from a "structsommerfeld
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-03-22Scale the drain timeout for allowing auto-initialize DMA to complete.kleink
2000-01-18Fix the size of the playback buffer. Patch from Dave Sainty <dave@dtsp.co.nz>.cjs
1999-12-28Off-by-one error in limiting the DMAC buffer size for Audio 2 to 64K (actuallykleink
1999-12-28Fix a buffer KVA comparison botch in eso_mappage(); from Dave Sainty inkleink