From nobody Tue May 24 22:14:06 2022 X-Original-To: freebsd-stable@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 DB7B61B38676 for ; Tue, 24 May 2022 22:13:28 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (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 RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.adebahr.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4L77kc0k52z3D8l; Tue, 24 May 2022 22:13:27 +0000 (UTC) (envelope-from pj@smo.de) Received: from [192.168.153.212] (pd9515a1f.dip0.t-ipconnect.de [217.81.90.31]) by mail.adebahr.de (Postfix) with ESMTPSA id B78D4600F2; Wed, 25 May 2022 00:13:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smo.de; s=mail; t=1653430397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5pba9MAtNCzfE+loWgWLOIWh9Q6PDNYTsjb4T4PSJa0=; b=a7Ae7+jKpaZqBxo2g0xi+lpiIOhjnYXzdeZKfvn7ejSQvEFaXuI9KhiGNSYRxhYYr593QE aqEGUuTdaiwU+3sGaPKvXOgDbgcNogAKfHI2xowCMib1g1a0riOGWjzbP9JD3rPbMLKAxV DP8QC8txah58Nkmod2PIGbig27HtU/4= Message-ID: <3409b7e9-466c-3148-c045-13dbd2d0486d@smo.de> Date: Wed, 25 May 2022 00:14:06 +0200 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: Boot hangs up with Alderlake's intel GbE NIC Content-Language: en-US To: Yasuhiro Kimura , freebsd-stable@freebsd.org References: <20220524.013131.515312503672800488.yasu@FreeBSD.org> <20220524061800.28c20394b4af4e2e7db558b9@dec.sakura.ne.jp> <20220524.131949.703127835077832694.yasu@FreeBSD.org> From: Philipp Ost In-Reply-To: <20220524.131949.703127835077832694.yasu@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4L77kc0k52z3D8l X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=smo.de header.s=mail header.b=a7Ae7+jK; dmarc=pass (policy=reject) header.from=smo.de; spf=pass (mx1.freebsd.org: domain of pj@smo.de designates 185.66.179.123 as permitted sender) smtp.mailfrom=pj@smo.de X-Spamd-Result: default: False [-3.98 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[smo.de:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.66.179.96/27]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.98)[-0.978]; DKIM_TRACE(0.00)[smo.de:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[smo.de,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-stable]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:198930, ipnet:185.66.176.0/22, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[217.81.90.31:received] X-ThisMailContainsUnwantedMimeParts: N On 5/24/22 06:19, Yasuhiro Kimura wrote: > From: Tomoaki AOKI > Subject: Re: Boot hangs up with Alderlake's intel GbE NIC > Date: Tue, 24 May 2022 06:18:00 +0900 > >> Even if disabling module, possibly automatically re-configured >> via /etc/rc.conf using devmatch. Try placing >> >> devmatch_blocklist="${devmatch_blocklist} if_em" >> >> line in /etc/rc.conf. >> >> See `man rc.conf`. >> >> HTH... >> >> -- >> Tomoaki AOKI >> > > I tried it but still onboard NIC is detected... Have you tried disabling the onboard NIC in the UEFI menu? Best Philipp