aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-06-21 18:50:04 +0000
committerEd Maste <emaste@FreeBSD.org>2022-06-21 18:50:04 +0000
commit5126e5eeeb5e07ceef3c809452a8c9f508b2d4d1 (patch)
treead34772c3d1cd8f9e27d34a6ca621ba811672a28 /sys/conf
parent754decef384a1ab30b39704264742fa33bfa365e (diff)
downloadsrc-5126e5eeeb5e07ceef3c809452a8c9f508b2d4d1.tar.gz
src-5126e5eeeb5e07ceef3c809452a8c9f508b2d4d1.zip
Retire snd_mss ISA sound card driver
The snd_mss driver supported Microsoft Sound System sound cards. 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: Thttps://reviews.freebsd.org/D34671
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index fdb653e9ff46..28c2d3b69fe4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3089,7 +3089,6 @@ dev/smc/if_smc_fdt.c optional smc fdt
dev/snp/snp.c optional snp
dev/sound/clone.c optional sound
dev/sound/unit.c optional sound
-dev/sound/isa/mss.c optional snd_mss isa
dev/sound/isa/sb16.c optional snd_sb16 isa
dev/sound/isa/sb8.c optional snd_sb8 isa
dev/sound/isa/sbc.c optional snd_sbc isa