Received: by mail.netbsd.org (Postfix, from userid 605) id 8CB6E84EF0; Mon, 6 Feb 2023 16:51:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6AC684EE6 for ; Mon, 6 Feb 2023 16:51:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 2P-xaVDj71wy for ; Mon, 6 Feb 2023 16:51:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5711084CDC for ; Mon, 6 Feb 2023 16:51:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4F499FA90; Mon, 6 Feb 2023 16:51:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 6 Feb 2023 16:51:00 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/vax/vsa To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230206165100.4F499FA90@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: Mon Feb 6 16:51:00 UTC 2023 Modified Files: src/sys/arch/vax/vsa [netbsd-9]: smg.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1585): sys/arch/vax/vsa/smg.c: revision 1.62 Make sure to call wsfont_init(9) as other framebuffer drivers. Otherwise wsfont_find(9) always fails and wsdisplay(4) is not attached. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.58.4.1 src/sys/arch/vax/vsa/smg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.