summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/fms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>.ratchov2016-12-201-3/+3
* Remove unused getdev() audio driver functions.ratchov2016-09-191-17/+1
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-141-59/+2
* Remove all audio format conversion code from the kernel (btw holdingratchov2015-05-111-87/+12
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* ansify some function definitions.brad2013-11-151-88/+29
* Since audio code is mp safe, establish isa and pci audio interruptsratchov2013-05-241-3/+3
* Introduce a global interrupt-aware mutex protecting dataratchov2013-05-151-6/+13
* add two new members to structs audio_encoding and audio_prinfo.jakemsr2010-07-151-9/+19
* configure conversion for the correct direction. I guess no one hasjakemsr2010-04-041-6/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* use ac97 default parameters for these ac97 based drivers.jakemsr2008-05-291-2/+9
* allow low level audio drivers to specify a default sample format,jakemsr2008-04-211-2/+3
* do not provide round_buffer if not needed unless explained why in commentsmickey2005-04-161-12/+2
* make sure round_blocksize does not produce 0 after alignmentmickey2005-04-141-2/+2
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-9/+9
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-7/+5
* Remove more '\n's from panic() statements. From Chris Kuethe.krw2002-10-131-3/+3
* there is no need to store ioaddr/iosize into the softcmickey2002-05-291-6/+7
* oopsmickey2002-05-291-5/+5
* fix the fms attachment printfs and move out the radio parts to the fmsradio.c; from jumbo@ and some fixes from mickey@mickey2002-05-281-46/+28
* tuner driver for the fms cards.mickey2002-05-061-64/+31
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-5/+5
* First round of __P removal in sysmillert2002-03-141-31/+31
* make all audio drivers use the new allocm and round_buffersize decl's.ericj2002-01-201-6/+4
* Change the audio_hm_if->mappage interface to return paddr_t and take off_tart2001-10-311-4/+4
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-2/+2
* Add $OpenBSD$ tags.aaron2000-10-141-0/+1
* new auvia and fms drivers from netbsd (testing requests sent out, since i cannot find any of these devices)deraadt2000-07-201-0/+970