summaryrefslogtreecommitdiff
path: root/gnu/dist/gcc/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/dist/gcc/BUGS')
0 files changed, 0 insertions, 0 deletions
/td>drochner 2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg 2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill 2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung 2010-01-08Expand PMF_FN_* macros.dyoung 2009-05-12use device_private().cegger 2009-05-06struct device * -> device_t, no functional changes intended.cegger 2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-03-21Use aprint_*_dev() instead of accessing struct device member dv_xnamedyoung 2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung 2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung 2007-12-09Merge jmcneill-pm branch.jmcneill 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-06-15Fix ACPI suspend/resume support of clcs and clct. Based on auich andjoerg 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill 2006-08-29fix incomplete initializerchristos 2006-06-17re-factor the pci powestate api. reviewed by gimpychristos 2006-04-15Add support for the Turtle Beach Santa Cruz. Special thanks to Stephanejmcneill 2005-12-11merge ktrace-lwp.christos 2005-06-28Use ANSI function decls and static.thorpej 2005-06-06cs4281_set_params: fix printf format.yamt 2005-02-27nuke trailing whitespaceperry 2005-01-15ansify and KNFkent 2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent 2004-11-02make recording of clct(4) work. namely,yamt 2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt 2004-09-22ac97_host_if::reset() returns non-zero value if codec reset fails, andkent 2004-07-09Attempt to make these safer against stray interrupts.mycroft 2004-04-23pass string length (= boundary info) to pci_devinfo so that we do not run overitojun 2003-05-03DMA, not dma nor Dma.wiz 2003-01-31Use aprint_*().thorpej 2002-12-23Replace magic numbers for power management control with PCI_PMCSR* macros.tsutsui 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-05-15Print some error messages when the codec fails to initialise (some errorssimonb 2001-12-13remove bogus printf.tacha 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDlukem 2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss 2001-09-16Spell 'occurred' with two 'r's.wiz 2001-04-18rewrite suspend/resume routine. If you suspend while playing audio,tacha 2001-02-07Split out common code to cs428x.c and cosmetic change to introducetacha 2001-01-22Clean up a little.augustss 2001-01-22Add clct driver for Cirrus Logic CrystalClear PCI Audio CS4281.augustss