summaryrefslogtreecommitdiff
path: root/sys/dev/pci/autri.c
AgeCommit message (Expand)Author
2022-01-25fix various typos in comments.andvar
2020-02-29Remove rounding by 4 bytes on round_blocksize().isaki
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
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-10- Use pci_intr_establish_xname().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-08-01Byte access is only used in the midi code.joerg
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-03-17Split device_tmartin
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-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-07-03Revert the change of revision 1.37 - a driver must not blindly set thegson
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-01-27Fixup PCI_COMMAND_STATUS_REG on attach.jmcneill
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-08-28add missing initializerchristos
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-22IBM makes a pcn card that shows up as:garbled
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-02Generate an interrupt only after processing all the samples in a blockgson
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-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun
2003-10-29Bogus initializers suck.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-07-14add missing __KERNEL_RCSID()lukem
2003-04-04fix from OpenBSD, contributed by Gabriel Gonzalez in PR kern/20999perry
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2003-01-06interrupt with two rs.wiz
2002-11-07Fix recording problem on SiS7018.someya