aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/speaker
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-4/+2
* Do not define bool/true/false if the symbols already exist.Matthew D Fleming2011-12-121-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-251-1/+1
* Remove unneeded checks of device unit number from speaker(4).Ed Schouten2009-01-251-18/+9
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-4/+4
* Move speaker a lot closer to style(9)Poul-Henning Kamp2008-05-151-343/+317
* Make speaker a pseudo device driver instead of attaching to a PnP id.Poul-Henning Kamp2008-03-261-90/+19
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-4/+1
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-261-1/+1
* Now that tone & delay times are correct (independent of hz), adjustBrian Somers2007-06-041-2/+2
* Speaker durations are specified in 1/100ths of a second according toBrian Somers2007-06-041-15/+19
* 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