Bug 194517 - [patch] sound: Remove obsolete __FreeBSD_version checks
Summary: [patch] sound: Remove obsolete __FreeBSD_version checks
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Many People
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-21 20:01 UTC by ftigeot
Modified: 2014-11-04 23:07 UTC (History)
2 users (show)

See Also:


Attachments
sound: Remove obsolete __FreeBSD_version checks (12.62 KB, patch)
2014-10-21 20:01 UTC, ftigeot
no flags Details | Diff
sound: Remove obsolete __FreeBSD_version checks (12.63 KB, patch)
2014-10-21 20:28 UTC, ftigeot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ftigeot 2014-10-21 20:01:47 UTC
Created attachment 148545 [details]
sound: Remove obsolete __FreeBSD_version checks

The sound subsystem contains many checks for various unsupported FreeBSD versions.

This patch removes them, as well as some associated dead code.
Comment 1 ftigeot 2014-10-21 20:28:30 UTC
Created attachment 148546 [details]
sound: Remove obsolete __FreeBSD_version checks

The previous version of this patch contained a bug
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-03 11:12:10 UTC
A commit references this bug:

Author: bapt
Date: Mon Nov  3 11:11:50 UTC 2014
New revision: 274035
URL: https://svnweb.freebsd.org/changeset/base/274035

Log:
  Remove check for obsolete FreeBSD versions

  PR:		194517
  Submitted by:	Fran?ois Tigeot <ftigeot@wolfpond.org>

Changes:
  head/sys/dev/sound/isa/gusc.c
  head/sys/dev/sound/isa/sb16.c
  head/sys/dev/sound/isa/sbc.c
  head/sys/dev/sound/midi/sequencer.c
  head/sys/dev/sound/pci/als4000.c
  head/sys/dev/sound/pci/cs4281.c
  head/sys/dev/sound/pci/csa.c
  head/sys/dev/sound/pci/emu10kx.c
  head/sys/dev/sound/pci/envy24.c
  head/sys/dev/sound/pci/envy24ht.c
  head/sys/dev/sound/pci/maestro.c
  head/sys/dev/sound/pci/vibes.c
  head/sys/dev/sound/pcm/dsp.c
  head/sys/dev/sound/pcm/mixer.c
  head/sys/dev/sound/pcm/sound.c
  head/sys/dev/sound/pcm/sound.h