Received: by mail.netbsd.org (Postfix, from userid 605) id B264084D41; Sun, 22 May 2022 08:58:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD52884D41 for ; Sun, 22 May 2022 08:58:50 +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 d3NgVRrB_QiV for ; Sun, 22 May 2022 08:58:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 82A6A84D0E for ; Sun, 22 May 2022 08:58:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73262FAEB; Sun, 22 May 2022 08:59:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 22 May 2022 08:59:34 +0000 From: "Juergen Hannken-Illjes" Subject: CVS commit: src/sys/dev/ic To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220522085934.73262FAEB@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Juergen Hannken-Illjes" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: hannken Date: Sun May 22 08:59:34 UTC 2022 Modified Files: src/sys/dev/ic: mfi.c Log Message: Use PRIxBUSADDR for bus_addr_t in debug printf. Kernel i386/ALL compiles again. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/ic/mfi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.