summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/soundcard.c
Commit message (Expand)AuthorAgeFilesLines
* Put on my nuclear-grade asbestos suit and cvs rm the old, broken, soundpeter2000-10-021-679/+0
* GC unreferenced code (to avoid warnings)eivind1999-12-201-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-6/+3
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-36/+14
* Simplify cdevsw registration.phk1999-05-311-6/+1
* This commit should be a extensive NO-OP:phk1999-05-301-3/+19
* correct params for sndmmap(). Don't bogo-initialize fields we don'tphk1999-05-101-3/+2
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-25/+24
* Attempt to make the sound driver recompile, at least for LINT which haspeter1999-05-021-1/+1
* o sys/i386/include/soundcard.hkato1999-04-021-0/+11
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-0/+1
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-011-0/+684
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-271-684/+0
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-7/+7
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-1/+0
* Fixed the ifdef for `uart' driver being present. The sound-driver-specificbde1998-10-221-1/+3
* The previous change was much too simple to actually compensate forbde1998-10-221-1/+15
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+23
* Fixed bogus spelling `nx*' of some `no*' devswitch functions.bde1998-08-201-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-1/+1
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>julian1998-04-281-19/+35
* Add devfs support.eivind1998-04-231-2/+32
* Replace direct access to time with getmicrotime().phk1998-03-291-4/+1
* Back out statification and restore a declaration that got lost.eivind1998-02-101-4/+4
* Un-staticize.peter1998-02-091-1/+1
* Staticize.eivind1998-02-091-12/+11
* Removed unused #includes.bde1998-01-011-5/+0
* I've been using these tweaks to enable the sound driver to talk to thepeter1997-12-121-0/+3
* Restore diagnostic fix spammed after mergingache1997-11-161-4/+8
* Fix conflicts.markm1997-11-101-17/+22
* 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-311-447/+443
* soundcard.c:gibbs1997-09-211-3/+4
* Update select -> poll.peter1997-09-141-8/+8
* Removed unused #includes.bde1997-07-201-4/+1
* Remove no irq -> irq 31 conversionache1997-06-081-4/+4
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-4/+4
* Allow low level probe routine pass configured information back to isaache1997-03-261-10/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the sound drivers work with DEVFS.jfieber1997-01-151-40/+71
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Break my own rule again - I didn't think this stuff was going to come backjkh1996-11-151-1/+4
* The last update/merge of PC98 stuff before 2.2. The wholeasami1996-11-021-1/+25
* Updated #includes to 4.4Lite style.bde1996-09-101-3/+3
* Switched from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-03-281-38/+36
* Fix buffer sizes calculation looking into new Linux driver.ache1996-01-181-2/+3
* Staticizephk1995-12-111-31/+8
* Moved vm includes out of centralized headers again.bde1995-12-101-1/+2
OpenPOWER on IntegriCloud