summaryrefslogtreecommitdiff
path: root/sys/dev/pci/yds.c
AgeCommit message (Expand)Author
2013-10-17__USE a debugging varchristos
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-07-26Add PAE to ALL kernel, so that most paddr_t format string errors get caughtjym
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 device * -> device_t, no functional changes intended.cegger
2008-12-17make this compile with AUDIO_DEBUGcegger
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-07-09- device/softc splitjoerg
2008-04-10use aprint_*_dev and device_xnamecegger
2008-04-01Fix fallout from device_t/softc split to mpu(4):xtraeme
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-09-03add missing initializer.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-06-19Restore yds(4) state on resume.jmcneill
2006-06-07Add void cast to functions whose return values are ignored.nakayama
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-05-30- const poisoningchristos
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-13adopt auconv_set_converter()kent
2004-11-09remove mixer setting code in yds_attach() because ac97_attach() does it.kent
2004-11-08ANSIfy and style fixeskent
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-09There's no need to halt the input and output pipes in the close routine --mycroft
2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-03-12Disable ISA DMA emulation for SoundBlaster module explicitly.minoura
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-10Make the yds driver work on big-endian systems.someya
2002-01-10remove a unnecessary message printsomeya
2001-12-30add powerhook support to resume correctly, fix PR#13079.someya
2001-12-25add 600 times dummy read from codec for YMF744 (revision < 2).someya
2001-11-13add RCSIDlukem
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-07-07bzero -> memsetthorpej
2001-05-21Correct an easy mistake in initializing gain registers.minoura