From nobody Fri Mar 18 20:05:50 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 768F31A2D77C; Fri, 18 Mar 2022 20:06:01 +0000 (UTC) (envelope-from joel@vnode.se) Received: from oden.vnode.se (oden.vnode.se [IPv6:2001:19f0:6c01:6b7:5400:1ff:fe33:16b1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "oden.vnode.se", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KKw4S14vdz3hsw; Fri, 18 Mar 2022 20:06:00 +0000 (UTC) (envelope-from joel@vnode.se) Received: from ymer.vnode.se (81-225-158-129-no280.tbcn.telia.com [81.225.158.129]) by oden.vnode.se (Postfix) with ESMTPSA id A90841F409; Fri, 18 Mar 2022 21:05:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=vnode.se; s=mail; t=1647633950; bh=qsCAPPX34fFlkNvrawd7uXprX0aM69GEY3hBV4g1JUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=DQkDlWYV99hB7V94CyXP1RoPoJG/Emo1hXXNK5GJQltbXQQvkA5DOnQLAWI2lSS8J uugFBTy9sVxXmZ46P4l0tWSSiJITwEGsXfT5G763s5vD5i9OSiDTLV7faJ164p/FTP Ieh1vZdnavvo2YHCnlXakCj+xJgyQJtA7Z5gAcGc= Date: Fri, 18 Mar 2022 21:05:50 +0100 From: Joel Dahl To: Ed Maste Cc: freebsd-stable stable , FreeBSD Current Subject: Re: Deprecating ISA sound cards Message-ID: Mail-Followup-To: Ed Maste , freebsd-stable stable , FreeBSD Current References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4KKw4S14vdz3hsw X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=vnode.se header.s=mail header.b=DQkDlWYV; dmarc=pass (policy=quarantine) header.from=vnode.se; spf=pass (mx1.freebsd.org: domain of joel@vnode.se designates 2001:19f0:6c01:6b7:5400:1ff:fe33:16b1 as permitted sender) smtp.mailfrom=joel@vnode.se X-Spamd-Result: default: False [-2.08 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[vnode.se:s=mail]; FREEFALL_USER(0.00)[joel]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a:oden.vnode.se]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.92)[0.923]; NEURAL_HAM_LONG(-1.00)[-1.000]; MID_RHS_MATCH_FROMTLD(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[vnode.se:+]; DMARC_POLICY_ALLOW(-0.50)[vnode.se,quarantine]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-current,freebsd-stable]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:2001:19f0:6c00::/38, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[81.225.158.129:received] X-ThisMailContainsUnwantedMimeParts: N On Fri, Mar 18, 2022 at 12:08:02PM -0400, Ed Maste wrote: > ISA sound cards have been obsolete for more than a decade, and it is > (past) time to retire their drivers. This includes the following > drivers/devices: > > snd_ad1816 Analog Devices AD1816 SoundPort > snd_ess Ensoniq ESS > snd_gusc Gravis UltraSound > snd_mss Microsoft Sound System > snd_sbc Creative Sound Blaster You can remove snd_aureal, snd_ds1 and snd_maestro as well while you're at it. They've been broken for 10+ years: https://lists.freebsd.org/pipermail/freebsd-multimedia/2012-January/012751.html -- Joel