Received: by mail.netbsd.org (Postfix, from userid 605) id 2CCD184E8A; Wed, 15 Apr 2020 14:44:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5D0984E89 for ; Wed, 15 Apr 2020 14:44:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dk9bR7y9_v5i for ; Wed, 15 Apr 2020 14:44:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 475BE84CD4 for ; Wed, 15 Apr 2020 14:44:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41446FB27; Wed, 15 Apr 2020 14:44:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 15 Apr 2020 14:44:52 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/dev/wsfb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200415144452.41446FB27@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org 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: Wed Apr 15 14:44:52 UTC 2020 Modified Files: src/sys/dev/wsfb [netbsd-8]: genfb.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1532): sys/dev/wsfb/genfb.c: revision 1.72 Get genfb's address offset correctly when the value >= 4G. OK's by jmcneill. Tested on Intel BXNUC10I3FNK (Comet Lake U). To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.61.2.1 src/sys/dev/wsfb/genfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.