Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 1997 09:25:39 -0800 (PST)
From:      Mark Murray <markm@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa/sound pss.c pss.h sbcard.h sound_pnp.c trix_boot.h ultrasound.h sb16_dsp.c sb16_midi.c sb_card.c sb_dsp.c sb_midi.c sb_mixer.c sb_mixer.h sequencer.c sound_calls.h sound_config.h sound_switch.c sound_timer.c ...
Message-ID:  <199710311725.JAA01378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       1997/10/31 09:25:39 PST

  Modified files:
    sys/i386/isa/sound   sb16_dsp.c sb16_midi.c sb_card.c sb_dsp.c 
                         sb_midi.c sb_mixer.c sb_mixer.h 
                         sequencer.c sound_calls.h sound_config.h 
                         sound_switch.c sound_timer.c soundcard.c 
                         soundvers.h sscape.c sys_timer.c trix.c 
                         tuning.h uart6850.c 
  Added files:
    sys/i386/isa/sound   pss.c pss.h sbcard.h sound_pnp.c 
                         trix_boot.h ultrasound.h 
  Log:
  Bring our sound sources up to the level of Amancio's latest-and-greatest.
  This corresponds to Voxware 3.5-alpha-<something> and Amancio's guspnp21.
  There was a bit of a FUBAR during the commmit, so not all files are
  mentioned in this commit's mail.
  
  X-rant:	I have just started to _*HATE*_ CVS...
  
  Revision  Changes    Path
  1.26      +335 -417  src/sys/i386/isa/sound/sb16_dsp.c
  1.17      +165 -193  src/sys/i386/isa/sound/sb16_midi.c
  1.10      +28 -22    src/sys/i386/isa/sound/sb_card.c
  1.32      +756 -906  src/sys/i386/isa/sound/sb_dsp.c
  1.12      +102 -144  src/sys/i386/isa/sound/sb_midi.c
  1.11      +332 -390  src/sys/i386/isa/sound/sb_mixer.c
  1.10      +119 -120  src/sys/i386/isa/sound/sb_mixer.h
  1.18      +1234 -1414src/sys/i386/isa/sound/sequencer.c
  1.21      +105 -98   src/sys/i386/isa/sound/sound_calls.h
  1.17      +59 -233   src/sys/i386/isa/sound/sound_config.h
  1.11      +301 -346  src/sys/i386/isa/sound/sound_switch.c
  1.8       +193 -255  src/sys/i386/isa/sound/sound_timer.c
  1.55      +450 -454  src/sys/i386/isa/sound/soundcard.c
  1.2       +2 -1      src/sys/i386/isa/sound/soundvers.h
  1.3       +637 -701  src/sys/i386/isa/sound/sscape.c
  1.8       +146 -174  src/sys/i386/isa/sound/sys_timer.c
  1.3       +248 -203  src/sys/i386/isa/sound/trix.c
  1.8       +5 -2      src/sys/i386/isa/sound/tuning.h
  1.10      +149 -181  src/sys/i386/isa/sound/uart6850.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710311725.JAA01378>