From aa83e9b189d67c8aa772fed4f9dd26cbcbff4e3f Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 21 Jun 2022 14:50:04 -0400 Subject: Retire snd_ess ISA sound card driver snd_ess supported sound cards using the ESS 18xx chipset. 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 --- sys/modules/sound/driver/Makefile | 2 +- sys/modules/sound/driver/ess/Makefile | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 sys/modules/sound/driver/ess/Makefile (limited to 'sys/modules/sound/driver') diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index e2799f7640d8..33744ddcf68e 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -7,7 +7,7 @@ SYSDIR?=${SRCTOP}/sys # MK_SOURCELESS_UCODE option (see below). SUBDIR= als4000 atiixp cs4281 ${_csa} emu10k1 emu10kx -SUBDIR+= envy24 envy24ht es137x ess fm801 hda hdspe ich +SUBDIR+= envy24 envy24ht es137x fm801 hda hdspe ich SUBDIR+= ${_maestro3} neomagic sb16 sb8 sbc solo spicds t4dwave via8233 SUBDIR+= via82c686 vibes driver uaudio diff --git a/sys/modules/sound/driver/ess/Makefile b/sys/modules/sound/driver/ess/Makefile deleted file mode 100644 index 943cd063f8ad..000000000000 --- a/sys/modules/sound/driver/ess/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -.PATH: ${SRCTOP}/sys/dev/sound/isa - -KMOD= snd_ess -SRCS= device_if.h bus_if.h isa_if.h pci_if.h -SRCS+= ess.c - -.include -- cgit v1.3