Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=k/Lm5zDh; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=fecvtGZN Received: by mail.netbsd.org (Postfix, from userid 605) id C43AD84F29; Thu, 18 Apr 2024 16:29:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457789; bh=UY8z+9jrV6lQxZtlWden3kC7ejPJcmhyXvMcN1DukUM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=k/Lm5zDhA5asw27+vsw1rFgqWThZ/Sjw8w03rQsG/xyO1JFPvTgnPpQsPdsuk3+09 is68OSSaXnit8Ta6ZDnFUn9CClcyhOiaJYWh3EqWbUHiZ94mgtORUCjmk8G0gVADxI lsChsjcZ13IX3Y7k79Y6qld6TONiM2qa/+zt7fxs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A812684F2F for ; Thu, 18 Apr 2024 16:29:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id WgwLInUk-t1T for ; Thu, 18 Apr 2024 16:29:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 39C3984CE2 for ; Thu, 18 Apr 2024 16:29:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713457788; bh=UY8z+9jrV6lQxZtlWden3kC7ejPJcmhyXvMcN1DukUM=; h=Date:From:Subject:To:Reply-To; b=fecvtGZNC/0oDAuf8VIviPNFZ5zZMr1b3KFhr6flAQLmTeJ1bDasr4zAGN/F2eiZW E35VzitUY28A6ksx8vC16PscL9//E0MxqNsYA8yvxtsGY2J1RxUke5adMKHymJ+3cs qngkKJj3pTxAs1TcGP9FvkxqeCsPzKKy3VcxPxO0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2967DFA2C; Thu, 18 Apr 2024 16:29:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 16:29:48 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/dev/pci To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418162948.2967DFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 16:29:48 UTC 2024 Modified Files: src/sys/dev/pci [netbsd-10]: if_mcx.c Log Message: Pull up following revision(s) (requested by andvar in ticket #661): sys/dev/pci/if_mcx.c: revision 1.27 mcx(4): enforce full-duplex mark in mcx_media_status(), when link is up. LACP protocol requires full-duplex to be enabled for lagg(4) to work, however mcx(4) was not setting this capability making it to fail. Fixes PR kern/58124. OK'd by msaitoh@ To generate a diff of this commit: cvs rdiff -u -r1.25.4.1 -r1.25.4.2 src/sys/dev/pci/if_mcx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.