Bug 194517

Summary: [patch] sound: Remove obsolete __FreeBSD_version checks
Product: Base System Reporter: ftigeot
Component: kernAssignee: Baptiste Daroussin <bapt>
Status: Closed FIXED    
Severity: Affects Many People CC: emaste, ftigeot
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sound: Remove obsolete __FreeBSD_version checks
none
sound: Remove obsolete __FreeBSD_version checks none

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