summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Convert pca driver to newbus and add PnP ids.dfr2000-01-251-19/+35
* Removed the asm version of conv(). This is should be faster in its newobrien1999-11-151-11/+6
* Fix __asm__ clobber list abuses.obrien1999-11-151-3/+3
* Trim some unused #includespeter1999-10-111-1/+0
* Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingpeter1999-09-271-2/+34
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-19/+3
* Simplify cdevsw registration.phk1999-05-311-16/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Fix 'signed char as array index' warnings and an unused variable.peter1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Fix the move of the ulaw.h file..sos1998-12-271-7/+39
* Fix typo - [0], [1], [2], not [0], [1], [3].eivind1998-12-131-2/+2
* Add VESA support to syscons.sos1998-09-151-5/+5
* Don't pretend to support ix86's with 16-bit ints and 32-bit registersbde1998-07-141-4/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Removed unused #includes.bde1997-11-181-13/+13
* Update select -> poll in drivers.peter1997-09-141-24/+25
* Enable A law encoding.helbig1997-09-061-1/+4
* 1) Changed the volume to be a little louder.sos1997-09-031-12/+29
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
OpenPOWER on IntegriCloud