summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
Commit message (Expand)AuthorAgeFilesLines
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-1/+4
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-185-21/+27
* Workaround missing interrupts - dma_reset on them (when timeout occurse).ache1996-01-171-0/+2
* Small modification to my prev change:ache1996-01-161-6/+4
* 1) Fix comments: 386bsd -> FreeBSD, some other wrong info.ache1996-01-161-15/+17
* sleep/wakeup macros was designed to do it on random address in the stack.ache1996-01-161-4/+3
* Fix the 'extraneous newline' problem a little more sensibly: just takingwpaul1996-01-091-1/+4
* Add NMSS to the list of things that local.h checks for when decdingwpaul1996-01-072-3/+4
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-830/+0
* recording cvs-1.6 file deathpeter1995-12-3020-6807/+0
* Staticizephk1995-12-1115-182/+59
* Moved vm includes out of centralized headers again.bde1995-12-102-4/+2
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-31/+84
* Untangled the vm.h include file spaghetti.dg1995-12-071-0/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-062-2/+2
* remove typojulian1995-12-011-2/+1
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-16/+26
* A batch of Jim Lowe's patches:jkh1995-11-294-18/+103
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+34
* Added bogusly placed extern prototypes for functions that should probablybde1995-11-247-0/+24
* Moved bogusly placed #endif that hid some prototypes.bde1995-11-181-1/+1
* Staticize various private parts.phk1995-11-141-1/+1
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-1/+0
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-7/+1
* Moved a nested extern declaration to a less bogus place to hide a warning.bde1995-11-041-1/+2
* Make dsp0 work for playback.jkh1995-09-151-1/+8
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-081-13/+13
* Yet Another Sound Patch (YASP :-). This should fix the problems withjkh1995-09-053-12/+0
* Jim's attempt to fix the new sound code somewhat. Tested withjkh1995-09-017-23/+75
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-4/+3
* Fix enough of the recently introduced brokenness for LINT to compile.bde1995-07-296-5/+16
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+1
* This file got left out for some reason - merge it in with the rest ofjkh1995-07-281-0/+12
* Update the sound driver to VOXWARE 3.05 with one GUS patch fromjkh1995-07-2860-1754/+7481
* Change bogus `extern inline' to `static inline'.bde1995-07-251-1/+1
* Remove trailing whitespace.rgrimes1995-05-3015-158/+158
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Correction, Jim Lowe is the author... Getting code to work right is farpst1995-05-081-1/+1
* Update copyright notice to properly reflect that this was original workpst1995-05-081-1/+2
* Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyrightpst1995-05-073-123/+193
* The address is freefall.cdrom.com, not freefall.cdrom.com.cdrom.com :-)gpalmer1995-04-291-1/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-283-3/+7
* Removed redundant newlines that were in some panic strings.dg1995-03-192-3/+3
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
* Change probe output to gus0 instead of snd4.swallace1995-03-171-2/+2
* Change device entry examples to reflect the following:swallace1995-03-131-10/+7
* Reorganize how sound devices are configured. Use a snd controllerswallace1995-03-1217-168/+237
* Revert to earlier code which contains FreeBSD snd[1-7] probe information,swallace1995-03-0544-36/+156
OpenPOWER on IntegriCloud