summaryrefslogtreecommitdiffstats
path: root/sys/dev/speaker
Commit message (Expand)AuthorAgeFilesLines
* Do not define bool/true/false if the symbols already exist.mdf2011-12-121-0/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Remove unneeded checks of device unit number from speaker(4).ed2009-01-251-18/+9
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Move speaker a lot closer to style(9)phk2008-05-151-343/+317
* Make speaker a pseudo device driver instead of attaching to a PnP id.phk2008-03-261-90/+19
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-4/+1
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-1/+1
* Now that tone & delay times are correct (independent of hz), adjustbrian2007-06-041-2/+2
* Speaker durations are specified in 1/100ths of a second according tobrian2007-06-041-15/+19
* Add /dev/speaker support to amd64.ru2005-11-112-4/+4
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-141-35/+7
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-06-021-2/+3
* Retire sys/pc98/pc98/spkr.cmdodd2003-03-241-2/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* - Add inline functions for {ll,l,}abs() to libkern.mdodd2003-01-151-11/+0
* Merge PC98 changes.mdodd2002-11-021-30/+60
* Handle hints for the atspeaker device.mdodd2002-10-281-1/+25
* Very minor whitespace/style nit.markm2002-10-231-2/+1
* Be consistent about funtions being static.phk2002-10-161-4/+4
* Remove __P.alfred2002-03-201-6/+6
* Add missing destroy_dev().wes2002-01-231-10/+13
* KSE Milestone 2julian2001-09-121-6/+6
* Add ACPI attachments.msmith2001-08-301-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* 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
OpenPOWER on IntegriCloud