From nobody Mon Nov 14 17:48:12 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 4N9xcN3PgKz4hdwx for ; Mon, 14 Nov 2022 17:48:20 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4N9xcM3fNPz4KxM for ; Mon, 14 Nov 2022 17:48:19 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b="HefJVN/U"; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org; dmarc=none Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id C469F43605D for ; Mon, 14 Nov 2022 17:48:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1668448092; bh=SzKRnI4XvyeiygTE3+z/VthWL4VQG0fMV636svNrX1A=; h=Date:From:To:Subject:References:In-Reply-To; b=HefJVN/USWmwMfo41SH3+m70uRyDBWbd/XTSsRZj0BjYpqRjhuHiptvHaV/y2jqCe frLklubWebbaNcPdKTRrpK/8BXAc6adEtrrpJGuaGBaxnBbYDiPOVDYrQ8njS7x5Re St97myNCbwNCHvfFfpg2UQ7Y5O08UQEJJqrnUKhg= Received: by mx.darkbeer.org (Postfix, from userid 1001) id BD63B470BFC; Mon, 14 Nov 2022 17:48:12 +0000 (UTC) Date: Mon, 14 Nov 2022 17:48:12 +0000 From: Amar Takhar To: freebsd-current@freebsd.org Subject: Re: Status of Intel Hybrid CPU support (Alder Lake/Raptor Lake) support Message-ID: <20221114174812.GA20495@darkbeer.org> Mail-Followup-To: freebsd-current@freebsd.org 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-Spamd-Result: default: False [-1.45 / 15.00]; NEURAL_HAM_SHORT(-0.95)[-0.946]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; DKIM_TRACE(0.00)[darkbeer.org:+]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[darkbeer.org]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4N9xcM3fNPz4KxM X-Spamd-Bar: - X-ThisMailContainsUnwantedMimeParts: N On 2022-11-14 09:09 +0200, Konstantin Belousov wrote: > > You might use this patch meantime > https://kib.kiev.ua/git/gitweb.cgi?p=deviant3.git;a=commit;h=5d72240a8777b26d5e0a7d2d26bb919d05f60002 I know this is -CURRENT but will this work on 13.1 as well? I use that as my main workstation. Also does vm.pmap.pcid_enabled need to be set to 0 still? Hopefully this fixes the sound issues as well right now I have all my E-cores disabled but sound issues persist. Thanks! Amar.