Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D36F68597C for ; Thu, 19 Oct 2023 22:07:13 +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 RyjLqb8A8StJ for ; Thu, 19 Oct 2023 22:07:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 730EC84F03 for ; Thu, 19 Oct 2023 22:07:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B993FADC; Thu, 19 Oct 2023 22:07:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 19 Oct 2023 22:07:13 +0000 From: "Andrius Varanavicius" Subject: CVS commit: src/sys/arch/next68k/next68k To: source-changes@NetBSD.org Approved: for-source-only Reply-To: andvar@netbsd.org X-Mailer: log_accum Message-Id: <20231019220713.6B993FADC@cvs.NetBSD.org> Module Name: src Committed By: andvar Date: Thu Oct 19 22:07:13 UTC 2023 Modified Files: src/sys/arch/next68k/next68k: rtc.c Log Message: Fix printf specifier for tvp->tv_sec from 0x%08x to 0x%08llx. Remove printf secs argument for "Regs after:" printout, none expected. Remove "Setting RTC to 0x%08x." and non existing secs arg from settime_old(). Code was changed with rev. 1.14 without fully adjusting DEBUG code. Fixes RTC_DEBUG build for next68k. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/next68k/next68k/rtc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.