Received: by mail.netbsd.org (Postfix, from userid 605) id 5656E84EA2; Sun, 11 Feb 2024 12:25:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707654322; bh=njHCYftTrfWMtQ8RfTPvnkxlDacHBC502JSSd3Eu7QM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=BiAqxz+C6UwB+7cKk8hlf3vkjFtsvu9ixAer7CxvYkDNLtNmFgO8pI5PwOe/Uw1d5 rFd3eS85QrM9XoIYVamstgGIx933bPhfuus4uAqkREsFQm1h/emkyJl1/+iN9lomP5 A2RM7xB0fLG2I7IovGwtZfrNGtFLjPK2wGPUGM7Q= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4046084E6F for ; Sun, 11 Feb 2024 12:25:21 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mYTdQGiAIKtu for ; Sun, 11 Feb 2024 12:25:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D6F9E84CE2 for ; Sun, 11 Feb 2024 12:25:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707654320; bh=njHCYftTrfWMtQ8RfTPvnkxlDacHBC502JSSd3Eu7QM=; h=Date:From:Subject:To:Reply-To; b=S7BA1k6cH0Z6AIWe9ztVcWDDg5yhbxFusiFI3iT/BbiWO+UVcz30/ziRAn8RquU6x iXSAIwg+XpRmmwMNlc1uk0S1TdYiMaksn712GS1fwIYX+9DWXmgv52ATafvJiiE3aP uHp22L0A0wKhV60KHUweu1xnN+AAeo+y5XZwMmIQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7BBDF9A4; Sun, 11 Feb 2024 12:25:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 11 Feb 2024 12:25:20 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/dev/ic To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240211122520.C7BBDF9A4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nick Hudson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: skrll Date: Sun Feb 11 12:25:20 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_var.h Log Message: Fix a comment. arm32 stopped using 8K pages a long time ago. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_gmac_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.