summaryrefslogtreecommitdiff
path: root/sys/dev/pci/sv.c
AgeCommit message (Expand)Author
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2009-06-23Don't use == for string comparison.Jonathan Gray
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-01-14protect against an invalid device index possibly leading to kernelJacob Meuser
2007-11-05audio encoding conversion cleanupJacob Meuser
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-06-11abs() is defined by ANSI C -- don't use a macro for it. ok niklas@Thomas Nordin
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2000-04-03fix dmesg outputTheo de Raadt
1999-08-04new bus_dma API, match itNiklas Hallqvist
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1998-11-03Update audio_hw_if.Jason Downs
1998-10-05make compile with AUDIO_DEBUG definedNiklas Hallqvist
1998-07-13Unmute DAC and turn off 3-D SRS by defaultConstantine Sapuntzakis
1998-07-13Map DMA registers at open instead of attach time, if necessary. Less chanceConstantine Sapuntzakis
1998-07-07S3 SonicVibes driverConstantine Sapuntzakis