Received: by mail.netbsd.org (Postfix, from userid 605) id 085A184EC5; Wed, 19 Apr 2023 16:43:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B0CE84EB4 for ; Wed, 19 Apr 2023 16:43:24 +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 Wo-KxtyYgwv9 for ; Wed, 19 Apr 2023 16:43:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B38CC84C86 for ; Wed, 19 Apr 2023 16:43:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A046DFA85; Wed, 19 Apr 2023 16:43:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 19 Apr 2023 16:43:23 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/luna68k/luna68k To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20230419164323.A046DFA85@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: Wed Apr 19 16:43:23 UTC 2023 Modified Files: src/sys/arch/luna68k/luna68k [netbsd-9]: mainbus.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1627): sys/arch/luna68k/luna68k/mainbus.c: revision 1.20 Fix device name for xpbus at mainbus for LUNA-II, missed on psgpam merge. Fortunately harmless because xpbus_match() doesn't check ma_name in mainbus_attach_args. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.18.1 src/sys/arch/luna68k/luna68k/mainbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.