summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
Commit message (Expand)AuthorAgeFilesLines
* Removed the asm version of translate_bytes(). When both the Cbde1999-01-091-29/+0
* Don't put operands in clobber lists, since this is dubious for oldbde1999-01-091-4/+6
* Part 2 of pcvt/voxware revival. I hope I have not clobbered any otherpeter1999-01-0180-0/+37053
* Pre 3.0 branch cleanup sos#2: soundsos1998-12-2780-37053/+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-078-16/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-049-16/+24
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-222-10/+10
* 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-222-3/+29
* 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-162-3/+4
* Use offsetof() to avoid some casts from pointers to integers (of abde1998-08-152-2/+6
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* Don't cast pointers to longs in asm statements.bde1998-07-151-1/+1
* document options to hardwire GUS irq/dmas...jmg1998-06-301-0/+3
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-1/+3
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-171-0/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-2/+2
* Submitted by: Doug Ambrisko <ambrisko@whistle.com>julian1998-04-281-19/+35
* Add devfs support.eivind1998-04-231-2/+32
* PC-98 does not supports DMA automode lager than 65535 bytes.kato1998-04-211-0/+4
* Supports PC-98 again.kato1998-04-211-0/+6
* 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
OpenPOWER on IntegriCloud