| Age | Commit message (Expand) | Author |
| 2008-03-15 | Split device_t and softc for sb(4) and all its attachments. | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-03 | add missing initializers | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-14 | ansify and KNF | kent |
| 2004-10-29 | constify audio_hw_if, midi_hw_if, and radio_hw_if. | yamt |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-11 | Resurrect the 'sc->sc_sbdsp.sc_dev.dv_cfdata = match' in pasprobe(), | jdolecek |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-05-15 | delint: () protect some macro args | lukem |
| 2000-04-28 | pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed, | jdolecek |
| 1999-02-18 | Add separate halt_output and halt_input routines. | mycroft |
| 1999-02-17 | Pass the direction to the allocm and round_buffersize methods. | mycroft |
| 1998-08-17 | * Redo the way the way the MIDI driver attaches to audio devices. | augustss |
| 1998-08-10 | Use the new trigger_{in,out}put interface. | mycroft |
| 1998-06-22 | Make PAS driver work again. From "John F. Woods" <jfw@jfwhome.funhouse.com>. | augustss |
| 1998-06-09 | Nuke __BROKEN_INDIRECT_CONFIG. | thorpej |
| 1998-06-09 | Adjust for changes to the ISA DMA API. | thorpej |
| 1998-03-23 | Update for __BROKEN_INDIRECT_CONFIG. Still untested since it is so hard | augustss |
| 1998-03-22 | Make this file compile without BROKRN_INDIRECT_CONFIG. | drochner |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-10-19 | Make the audio API (almost) SunOS compatible. | augustss |
| 1997-09-14 | Get rid of `register'. | augustss |
| 1997-08-19 | Change the MI audio driver so it attaches to the MD driver in the | augustss |
| 1997-07-31 | Audio changes: | augustss |
| 1997-07-28 | Audio: Remove the machine dependant code I put in audio.c by mistake. | augustss |
| 1997-07-28 | audio: Minor cleanup and enable looping DMA for PSS and PAS. | augustss |
| 1997-07-27 | audio: Simplify handling of AUDIO_SETFD and committing of encoding mode. | augustss |
| 1997-07-27 | Changes to the sudio system: | augustss |
| 1997-07-25 | Make PAS audio work again. | augustss |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-05-09 | Change the interface between high and lowlevel audio drivers again: | augustss |
| 1997-04-29 | Change the interface between the high and low level audio drivers | augustss |
| 1997-04-06 | Make sure the bus tag is set where we need it. | augustss |
| 1997-03-24 | use new name sc_drq8 and initialize sc_drq16 (reflect changes to SB driver) | jtk |
| 1997-03-20 | Combine set_encoding and set_precision into a single set_format interface. | mycroft |
| 1997-03-13 | Don't share the silence block between devices. Make silence filling work for | mycroft |
| 1996-11-12 | Use device struct from sbdsp_softc, eliminate redundant softc members. | mikel |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |