summaryrefslogtreecommitdiffstats
path: root/sys/dev/speaker
Commit message (Expand)AuthorAgeFilesLines
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+44
* Don't use struct buf for random small temporary buffers.phk2000-05-051-5/+7
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-5/+0
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Consolidate some of the various ctype(3) macros in one location.archie1999-11-021-2/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+2
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-3/+3
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-5/+5
* Simplify cdevsw registration.phk1999-05-311-14/+4
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Fixed printf format errors. Only one left in LINT on i386's.bde1998-08-241-3/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-201-2/+2
* Staticize.eivind1998-02-091-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Use macros from timmerreg.h instead of private ones.bde1996-10-251-28/+7
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-7/+5
* Unconditionally null-terminate string read into spkr driver.peter1996-08-241-3/+6
* Correct the timer2 acquiration and release, it must happen at splclock.joerg1996-07-201-36/+52
* Fixed name of /dev/speaker (it's not spkr).bde1996-03-271-4/+4
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-1/+8
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-20/+18
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-28/+20
* the second set of changes in a move towards getting devices to bejulian1995-11-281-3/+40
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-10/+19
* devfs changes..julian1995-09-031-1/+15
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Check for 0 before dividing by it. Patch from Paul Traina, modifieddg1995-05-051-2/+10
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* 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
* 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
* 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
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+1
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+520
OpenPOWER on IntegriCloud