summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
Commit message (Expand)AuthorAgeFilesLines
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-175-8/+8
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+4
* Replace direct access to time with getmicrotime().phk1998-03-291-4/+1
* Remove an ifdef (to get linker errors instead of compile errors in theeivind1998-03-151-3/+0
* Fixed staticization (the behaviour is undefined when something withbde1998-02-121-1/+1
* Unstaticized.bde1998-02-121-2/+2
* Back out statification and restore a declaration that got lost.eivind1998-02-102-4/+8
* Un-staticize.peter1998-02-091-1/+1
* Staticize.eivind1998-02-0913-142/+138
* Use <machine/*.h> instead of <i386/include/*.h>.bde1998-02-011-1/+2
* Fixed a sloppy common-style declaration again.bde1998-02-011-1/+1
* Add rcsid. Remove unused vars. Use err(3) and change exit(-1).charnier1998-01-161-28/+19
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsojmg1998-01-085-3754/+3
* Removed unused #includes.bde1998-01-011-5/+0
* I've been using these tweaks to enable the sound driver to talk to thepeter1997-12-124-7/+27
* Attach messages: remove unneded newlines and addache1997-12-061-6/+5
* From the author:markm1997-11-251-1/+1
* Fixed poll related problem which was exhibited by runningahasty1997-11-241-4/+2
* Fixed an acquired dma problem with respect to sb cards only.ahasty1997-11-231-2/+2
* minor code clean up to sb_dsp.c and fix compile error with uart6850.cahasty1997-11-232-3/+5
* Missing part of my last sb_dsp.c sb16_dsp.c commit.ahasty1997-11-231-0/+1
* Fixed acquired dma channel problem.ahasty1997-11-232-4/+56
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
* Fix conflicts.markm1997-11-1011-72/+140
* Do not print config details twice (first variant comes from isa)ache1997-11-051-4/+8
* Bring our sound sources up to the level of Amancio's latest-and-greatest.markm1997-10-3125-6190/+9231
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-3141-11497/+16074
* soundcard.c:gibbs1997-09-212-4/+5
* Update select -> poll.peter1997-09-147-150/+86
* Enable A law encoding.helbig1997-09-061-0/+73
* Fixed reversed arguments and poor formatting and comments for OUT*.bde1997-08-251-8/+8
* Removed unused #includes.bde1997-07-202-8/+1
* Don't pass configured information back to ISA for this subdevices,ache1997-07-082-4/+7
* Remove no irq -> irq 31 conversionache1997-06-081-4/+4
* Fixed mu-law data. Originator's patch was applied.kato1997-06-031-64/+64
* Fixed order of data transfer.kato1997-06-031-1/+5
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-209-16/+15
* Check sb0 configured in probe routine firstache1997-03-261-2/+10
* Pass configured irq and ports number back to isaache1997-03-261-2/+3
* Allow low level probe routine pass configured information back to isaache1997-03-261-10/+4
* Return ports number in probe nowache1997-03-262-2/+8
* Return ports number in probe nowache1997-03-261-1/+1
* Fix probe wrapper to pass ports number from low level probeache1997-03-261-5/+5
* Use FreeBSD-style attach messageache1997-03-251-1/+5
* Copy io_base configuration address from sb config.ache1997-03-251-0/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-223-3/+3
* Bug fix for SNDCTL_DSP_GETOSPACE ioctl. It would report 0 bytesswallace1997-02-121-6/+44
* Make the sound drivers work with DEVFS.jfieber1997-01-151-40/+71
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
OpenPOWER on IntegriCloud