summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/midi/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* Axe the old midi drivers and framework. matk has developed a newtanimura2004-06-011-564/+0
| | | | module-friendly midi subsystem to be merged soon.
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-4/+4
| | | | | | | most cases NULL is passed, but in some cases such as network driver locks (which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used. Tested on: i386, alpha, sparc64
* Add the system default timer engine.tanimura2002-01-041-0/+564
OpenPOWER on IntegriCloud