summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-6/+3
* machine/soundcard.h is now in the standard location - sys/soundcard.hpeter1999-09-042-2/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+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
* Fix a warning - make sure the register is read regardless of the debuggingpeter1999-05-061-1/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-065-15/+21
* Attempt to make the sound driver recompile, at least for LINT which haspeter1999-05-021-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-0/+5
* o sys/i386/include/soundcard.hkato1999-04-081-3/+2
* Include nss.h only when PC98 is defined.kato1999-04-031-0/+2
* o sys/i386/include/soundcard.hkato1999-04-027-134/+199
* Added a used include. This file doesn't get tested by LINT becausebde1999-02-041-0/+2
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-273-0/+5
* 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
OpenPOWER on IntegriCloud