summaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/soundcard.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-211-46/+10
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherPeter Wemm1999-01-011-0/+684
* Pre 3.0 branch cleanup sos#2: soundSøren Schmidt1998-12-271-684/+0
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-7/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+0
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificBruce Evans1998-10-221-1/+3
* The previous change was much too simple to actually compensate forBruce Evans1998-10-221-1/+15
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+23
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.Bruce Evans1998-08-201-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-1/+1
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-151-7/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>Julian Elischer1998-04-281-19/+35
* Add devfs support.Eivind Eklund1998-04-231-2/+32
* Replace direct access to time with getmicrotime().Poul-Henning Kamp1998-03-291-4/+1
* Back out statification and restore a declaration that got lost.Eivind Eklund1998-02-101-4/+4
* Un-staticize.Peter Wemm1998-02-091-1/+1
* Staticize.Eivind Eklund1998-02-091-12/+11
* Removed unused #includes.Bruce Evans1998-01-011-5/+0
* I've been using these tweaks to enable the sound driver to talk to thePeter Wemm1997-12-121-0/+3
* Restore diagnostic fix spammed after mergingAndrey A. Chernov1997-11-161-4/+8
* Fix conflicts.Mark Murray1997-11-101-17/+22
* Do not print config details twice (first variant comes from isa)Andrey A. Chernov1997-11-051-4/+8
* Bring our sound sources up to the level of Amancio's latest-and-greatest.Mark Murray1997-10-311-447/+443
* soundcard.c:Justin T. Gibbs1997-09-211-3/+4
* Update select -> poll.Peter Wemm1997-09-141-8/+8
* Removed unused #includes.Bruce Evans1997-07-201-4/+1
* Remove no irq -> irq 31 conversionAndrey A. Chernov1997-06-081-4/+4
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-4/+4
* Allow low level probe routine pass configured information back to isaAndrey A. Chernov1997-03-261-10/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the sound drivers work with DEVFS.John Fieber1997-01-151-40/+71
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Break my own rule again - I didn't think this stuff was going to come backJordan K. Hubbard1996-11-151-1/+4
* The last update/merge of PC98 stuff before 2.2. The wholeSatoshi Asami1996-11-021-1/+25
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-3/+3
* Switched from using devfs_add_devsw() to devfs_add_devswf()Marc G. Fournier1996-03-281-38/+36
* Fix buffer sizes calculation looking into new Linux driver.Andrey A. Chernov1996-01-181-2/+3
* StaticizePoul-Henning Kamp1995-12-111-31/+8
* Moved vm includes out of centralized headers again.Bruce Evans1995-12-101-1/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-31/+84
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-1/+2
* remove typoJulian Elischer1995-12-011-2/+1
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-16/+26
* A batch of Jim Lowe's patches:Jordan K. Hubbard1995-11-291-2/+5
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+34
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-7/+1
* Actually, 97 out of 304 devsw functions had benignly mismatched types.Bruce Evans1995-09-081-13/+13