summaryrefslogtreecommitdiff
path: root/games/trek/abandon.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/trek/abandon.c')
0 files changed, 0 insertions, 0 deletions
0d49f03d891bd826922f60b1457'>Split device_t and softc for audio(4), and other related cosmetic changes.cube 2007-12-03Interrupt handling changes, in discussion since February:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej 2006-04-19Don't use simple_locks; we can't hold them while calling malloc andjmcneill 2006-04-18Protect audio_write's filter graph from being modified in the middle of ajmcneill 2006-03-07Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to powerjmcneill 2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-11merge ktrace-lwp.christos 2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent 2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt