aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/speaker
Commit message (Expand)AuthorAgeFilesLines
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-201-2/+2
* Staticize.Eivind Eklund1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Use macros from timmerreg.h instead of private ones.Bruce Evans1996-10-251-28/+7
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-7/+5
* Unconditionally null-terminate string read into spkr driver.Peter Wemm1996-08-241-3/+6
* Correct the timer2 acquiration and release, it must happen at splclock.Joerg Wunsch1996-07-201-36/+52
* Fixed name of /dev/speaker (it's not spkr).Bruce Evans1996-03-271-4/+4
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-1/+8
* 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-20/+18
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-28/+20
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-3/+40
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-10/+19
* devfs changes..Julian Elischer1995-09-031-1/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Check for 0 before dividing by it. Patch from Paul Traina, modifiedDavid Greenman1995-05-051-2/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Fix hanging while playing very short notes.Andrey A. Chernov1995-02-031-3/+5
* Fix range checking bug, pointed by peter@haywire.dialix.comAndrey A. Chernov1994-10-141-3/+3
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-10/+10
* Added $Id$David Greenman1994-08-021-0/+2
* Change timer usage to use new functions in clock.cSøren Schmidt1994-04-211-10/+13
* Fix error with tsleep loopAndrey A. Chernov1994-01-251-41/+20
* wmesg was too long (>7), fixedAndrey A. Chernov1993-11-291-3/+3
* timeout+sleep changed to tsleepAndrey A. Chernov1993-11-151-45/+53
* Fixed minor bug in M[LSN] interpretation, added octave-tracking.Andrey A. Chernov1993-11-091-40/+68
* Name of ioctl's include sys/spkr.h changed to machine/speaker.hAndrey A. Chernov1993-11-091-0/+30
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-0/+2
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,David Greenman1993-07-271-0/+1
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+520