summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/soundcard.c
Commit message (Expand)AuthorAgeFilesLines
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-38/+36
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-181-2/+3
* Staticizephk1995-12-111-31/+8
* Moved vm includes out of centralized headers again.bde1995-12-101-1/+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
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-1/+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-291-2/+5
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+34
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-7/+1
* Actually, 97 out of 304 devsw functions had benignly mismatched types.bde1995-09-081-13/+13
* Jim's attempt to fix the new sound code somewhat. Tested withjkh1995-09-011-3/+20
* Update the sound driver to VOXWARE 3.05 with one GUS patch fromjkh1995-07-281-31/+51
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-2/+2
* Reorganize how sound devices are configured. Use a snd controllerswallace1995-03-121-12/+63
* Revert change on advice of author.jkh1995-03-051-4/+28
* Upgrade the sound drivers to VoxWare pre-3.0 and fix a number of bugs.jkh1995-03-041-28/+4
* The following patches are for the sound drivers. These changes willjkh1995-02-131-4/+28
* Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9.swallace1994-10-011-49/+23
* First round of changes to get the sound code working in 2.0.dg1994-09-271-4/+2
* Added $Id$dg1994-08-021-0/+1
* Little optimization of contigmalloc parametersache1994-04-231-1/+1
* Additional changes for 2.5ache1994-04-231-28/+4
* Now SoundDriver use 64K DMA region instead of older 4K byache1994-04-131-15/+3
* Tenmicrosec change backed out, because our DELAY is accurateache1994-04-111-1/+4
* We have a better way to wait ten microseconds then inbs:ache1994-04-111-4/+1
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-9/+9
* 1) After discussion with Hannu, returning speed changed back.ache1994-03-241-3/+4
* 1) GET_TIME function completely brokenache1994-03-231-1/+7
* Integrated Hannu Savolainen's new VoxWare sound drivers, version 2.4.swallace1994-03-111-226/+30
* After some testing dma_pagesize reduced to 4096 for *both*ache1994-01-081-1/+4
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-4/+4
* Folllow Bruce's advice in reducing dma_pagesize to 4K (more conservativejkh1993-12-121-1/+1
* Remove compiler warning:ache1993-12-111-1/+1
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+2
* Change from David Greenman to return properly unsigned irq.jkh1993-11-091-1/+1
* Update to latest Linux sound driver 2.0jkh1993-10-291-9/+32
* This is the Linux generic soundcard driver, version 1.0c. Supportsjkh1993-10-231-0/+593
OpenPOWER on IntegriCloud