aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/speaker
Commit message (Expand)AuthorAgeFilesLines
* Add /dev/speaker support to amd64.Ruslan Ermilov2005-11-112-4/+4
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-141-35/+7
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Retire sys/pc98/pc98/spkr.cMatthew N. Dodd2003-03-241-2/+4
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-4/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* - Add inline functions for {ll,l,}abs() to libkern.Matthew N. Dodd2003-01-151-11/+0
* Merge PC98 changes.Matthew N. Dodd2002-11-021-30/+60
* Handle hints for the atspeaker device.Matthew N. Dodd2002-10-281-1/+25
* Very minor whitespace/style nit.Mark Murray2002-10-231-2/+1
* Be consistent about funtions being static.Poul-Henning Kamp2002-10-161-4/+4
* Remove __P.Alfred Perlstein2002-03-201-6/+6
* Add missing destroy_dev().Wes Peters2002-01-231-10/+13
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Add PnP probe methods to some common AT hardware drivers. In each case,Mike Smith2000-06-231-0/+44
* Don't use struct buf for random small temporary buffers.Poul-Henning Kamp2000-05-051-5/+7
* Remove #if NFOO > 0 (it's not required in most cases) and also where itPeter Wemm2000-01-291-5/+0
* Move isfoo() and friends to the newly created sys/ctype.h.Poul-Henning Kamp1999-11-031-0/+1
* Consolidate some of the various ctype(3) macros in one location.Archie Cobbs1999-11-021-2/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-13/+2
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-3/+3
* Welcome devtoname(), to most likely be used when printing informationBill Fumerola1999-08-171-5/+5
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-14/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-3/+4
* 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