]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Retire snd_sbc ISA sound card driver
authorEd Maste <emaste@FreeBSD.org>
Tue, 21 Jun 2022 18:50:04 +0000 (14:50 -0400)
committerEd Maste <emaste@FreeBSD.org>
Tue, 21 Jun 2022 18:50:04 +0000 (14:50 -0400)
commit716924cb4832ea0a440daf09913a06f3166f243e
treef8b649e95be7ad8c704f034936bbef50663c339c
parent5126e5eeeb5e07ceef3c809452a8c9f508b2d4d1
Retire snd_sbc ISA sound card driver

Along with the snd_sb8 and snd_sb16 drivers.  They supported ISA
Creative Sound Blaster and compatible sound cards.

Note that isa/sb.h is not removed, as it is still used by some PCI
sound card drivers.

ISA sound card drivers are deprecated as discussed on the current[1] and
stable[2] mailing lists.  Deprecation notices were added in e39ec8933be4
and MFCd to stable branches.

Driver removals are being committed individually so that specific
drivers can be restored if necessary (either in FreeBSD or by downstream
projects).

[1] https://lists.freebsd.org/archives/freebsd-current/2022-March/001680.html
[2] https://lists.freebsd.org/archives/freebsd-stable/2022-March/000585.html

Reviewed by: mav
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34671
13 files changed:
ObsoleteFiles.inc
share/man/man4/Makefile
share/man/man4/pcm.4
share/man/man4/snd_sbc.4 [deleted file]
sys/conf/files
sys/dev/sound/driver.c
sys/dev/sound/isa/sb16.c [deleted file]
sys/dev/sound/isa/sb8.c [deleted file]
sys/dev/sound/isa/sbc.c [deleted file]
sys/modules/sound/driver/Makefile
sys/modules/sound/driver/sb16/Makefile [deleted file]
sys/modules/sound/driver/sb8/Makefile [deleted file]
sys/modules/sound/driver/sbc/Makefile [deleted file]