From nobody Fri Apr 1 22:14:29 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 986521A49CB9 for ; Fri, 1 Apr 2022 22:14:38 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) Received: from roadkill.tharned.org (tunnel294749-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f::2]) (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 "tharned.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4KVZGP5ZBtz4Zmv for ; Fri, 1 Apr 2022 22:14:37 +0000 (UTC) (envelope-from gcr+freebsd-stable@tharned.org) Received: from w10.tharned.org ([IPv6:2001:470:1f11:107f:d546:aba6:adca:2c0]) (authenticated bits=0) by roadkill.tharned.org (8.17.1/8.17.1) with ESMTPSA id 231METGI062149 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Fri, 1 Apr 2022 17:14:29 -0500 (CDT) (envelope-from gcr+freebsd-stable@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tharned.org; s=2022; t=1648851269; bh=BUivw3jVicg/eW4L10My8WZsCCsvSY6HQScB9vPs60w=; h=From:To:Subject:Date; b=kFc3sHBYhyE9bjXN/SgSmQ+dGg8H03+xDE2TD12YpIGxQUj6NfAbBQicbaZ9uikpu KGKBIMW6odZSA/7Y0sY5cjI3aA+A4UqaDGTxihH+LNRuaG5sXcFWxe9bO1nnRreBag aspZqBXvnrMaqdOqk/O9hCGhuaz7G/NVrmLU8n6FnkCMEdP6Il5lOQrTsFcUXb849E lkxTTd3auo/0s80sDHksNG3XYhfg/mjNRLnSohyrDEe8WD7MxGYOiWleK5tww2JZiq oUwO8j1QpQQq20qyOnXmmYeVytT3CEwWnllTcp0Em/fNLkJjLCH1b8k8okPjwP0z/0 Mdi9iZGSZR+9g== X-Authentication-Warning: roadkill.tharned.org: Host [IPv6:2001:470:1f11:107f:d546:aba6:adca:2c0] claimed to be w10.tharned.org From: Greg Rivers To: FreeBSD Stable Mailing List Subject: Bug 262875 - em(4) driver fails to attach on Dell Latitude 5520 0A21 Date: Fri, 01 Apr 2022 17:14:29 -0500 Message-ID: <5407194.2f8PWJG3B8@no.place.like.home> 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.4 (roadkill.tharned.org [IPv6:2001:470:1f10:107f:0:0:0:2]); Fri, 01 Apr 2022 17:14:29 -0500 (CDT) X-Rspamd-Queue-Id: 4KVZGP5ZBtz4Zmv X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tharned.org header.s=2022 header.b=kFc3sHBY; dmarc=pass (policy=quarantine) header.from=tharned.org; spf=pass (mx1.freebsd.org: domain of gcr@tharned.org designates 2001:470:1f10:107f::2 as permitted sender) smtp.mailfrom=gcr@tharned.org X-Spamd-Result: default: False [-5.14 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[tharned.org:s=2022]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[tharned.org:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; HAS_XAW(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[tharned.org:+]; DMARC_POLICY_ALLOW(-0.50)[tharned.org,quarantine]; NEURAL_HAM_SHORT(-0.64)[-0.638]; MLMMJ_DEST(0.00)[freebsd-stable]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; CTE_CASE(0.50)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; TAGGED_FROM(0.00)[freebsd-stable]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N I submitted subject bug report a few days ago, but did not receive the usual email from bugzilla; and the issue has yet to be assigned. Could someone check to see if it's been overlooked somehow? Anyway, this is the first time I've seen a case where the em driver does not attach to generic Intel hardware. Has anyone else ever seen this? -- Greg