summaryrefslogtreecommitdiffstats
path: root/sys/dev/speaker
Commit message (Collapse)AuthorAgeFilesLines
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
| | | | compiler warnings.
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-10/+19
| | | | functions were wrong.
* devfs changes..julian1995-09-031-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes to allow devices that don't probe (e.g. /dev/mem) to create devfs entries this required giving 'configure' its own SYSINIT entry so we could duck in just before it with a DEVFS init and some device inits.. my devfs now looks like: ./misc ./misc/speaker ./misc/mem ./misc/kmem ./misc/null ./misc/zero ./misc/io ./misc/console ./misc/pcaudio ./misc/pcaudioctl ./disks ./disks/rfloppy ./disks/rfloppy/fd0.1440 ./disks/rfloppy/fd1.1200 ./disks/floppy ./disks/floppy/fd0.1440 ./disks/floppy/fd1.1200 also some sligt cleanups.. DEVFS needs a lot of work but I'm getting back to it..
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
| | | | slightly by me.
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* Fix hanging while playing very short notes.ache1995-02-031-3/+5
|
* Fix range checking bug, pointed by peter@haywire.dialix.comache1994-10-141-3/+3
|
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-10/+10
| | | | | | | | | | | | | | | | | | | | | ``changes'' are actually not changes at all, but CVS sometimes has trouble telling the difference. This also includes support for second-directory compiles. This is not quite complete yet, as `config' doesn't yet do the right thing. You can still make it work trivially, however, by doing the following: rm /sys/compile mkdir /usr/obj/sys/compile ln -s M-. /sys/compile cd /sys/i386/conf config MYKERNEL cd ../../compile/MYKERNEL ln -s /sys @ rm machine ln -s @/i386/include machine make depend make
* Added $Id$dg1994-08-021-0/+2
|
* Change timer usage to use new functions in clock.csos1994-04-211-10/+13
|
* Fix error with tsleep loopache1994-01-251-41/+20
|
* wmesg was too long (>7), fixedache1993-11-291-3/+3
|
* timeout+sleep changed to tsleepache1993-11-151-45/+53
|
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.ache1993-11-091-40/+68
| | | | | Added the slur-mark feature. Name of ioctl's include sys/spkr.h changed to machine/speaker.h
* Name of ioctl's include sys/spkr.h changed to machine/speaker.hache1993-11-091-0/+30
|
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-0/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+1
| | | | | | | | | | | | | profiling, and various protection checks that cause security holes and system crashes. * Changed min/max/bcmp/ffs/strlen to be static inline functions - included from cpufunc.h in via systm.h. This change improves performance in many parts of the kernel - up to 5% in the networking layer alone. Note that this requires systm.h to be included in any file that uses these functions otherwise it won't be able to find them during the load. * Fixed incorrect call to splx() in if_is.c * Fixed bogus variable assignment to splx() in if_ed.c
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+520
OpenPOWER on IntegriCloud