aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcm
Commit message (Collapse)AuthorAgeFilesLines
* update of Luigi's sound drivers...John-Mark Gurney1997-11-233-92/+199
| | | | | | | this updates to 971117 plus a small sb change that was after that release.. Notes: svn path=/head/; revision=31361
* This updates Luigi's sound code to the basic code in snd971023...John-Mark Gurney1997-10-314-286/+463
| | | | | | | | | | | | | | | | | changes: o rip the old select from his distribution to prevent extra pollution o the code now uses audio dma, helps reduce clicks o improved card support, should work in full duplex on sb16 cards o add better voxware ioctl support pointed out by Joao Carlos Mendes Luis <jonny@coppe.ufrj.br> o remove an unused file that I included for more complete history o and MANY other changes I have personally tested this code with a CS4237 based card and an AWE32 (non-PnP). Both cards worked fine in 8bit and 16bit mode. Notes: svn path=/head/; revision=30869
* Recognize the CS4326 on the Intel PR440FX motherboard. (It works just likePeter Wemm1997-09-211-11/+24
| | | | | | | | | the normal CS4326 except that it's had it's ID's tweaked for some reason) Also mark the device as alive in the attach routine so that the pnp system doesn't think the attach failed. Notes: svn path=/head/; revision=29652
* Fix a comment-within-a-commentPeter Wemm1997-09-211-1/+1
| | | | Notes: svn path=/head/; revision=29651
* update Luigi's driver to poll interface (Peter, you might want to checkJohn-Mark Gurney1997-09-182-26/+16
| | | | | | | | | | | that I've done this properly, it does work though :) )... a few minor fixes to code part-Submitted-by: Luigi Notes: svn path=/head/; revision=29565
* Import of Luigi Rizzo's sound code. For more information about the driverJohn-Mark Gurney1997-09-144-0/+3226
check out the README that is included. Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it> Notes: svn path=/cvs2svn/branches/LUIGI/; revision=29415