summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1996-10-251-14/+14
* Don't compile a 256-byte unused table in the pca driver.bde1996-09-131-1/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-25/+1
* Introduce two /dev/audio compat alias names for flushing and drainingjoerg1996-07-171-1/+3
* Fix the spl handling. There's still the effect that the timers havejoerg1996-06-091-14/+32
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+9
* Fixed permissions of /dev/pcaudio*.bde1995-12-221-6/+6
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+4
* Staticize and cleanup.phk1995-12-101-6/+6
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-31/+27
* A quick fix for a problem that will go away in a few days anyway..julian1995-12-011-2/+2
* A pair of really tiny patches that not only allow it all to compilejulian1995-11-301-5/+5
* OK, that's it..julian1995-11-291-19/+20
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Included <sys/conf.h>. It used to be included as a side effect ofbde1995-11-161-1/+2
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-6/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-5/+5
* devfs changes..julian1995-09-031-1/+16
* Remove trailing whitespace.rgrimes1995-05-301-15/+15
* Fix probe message printingsos1995-03-301-2/+2
* Abort writes if a signal is received (don't ignore the value returned bybde1994-11-061-10/+26
* Added device registration stuff.sos1994-10-271-2/+26
* Oops, forgot one patch for the changed selwakeup, fixed.sos1994-09-291-10/+9
* Updated pcaudio.c to latest from 1.1.5.1sos1994-09-291-17/+45
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-3/+1
* modified include stucture to 2.0 style.sos1994-08-221-2/+3
* Changed the include <sound/ulaw.h> to be <i386/isa/sound/ulaw.h> sopaul1994-08-141-2/+2
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-12/+12
* Fixed Id stringsos1994-05-201-1/+1
* fixed some minor bugssos1994-05-021-21/+32
* pcaudio device driver:sos1994-04-211-0/+392
OpenPOWER on IntegriCloud