Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cVi4Tfma; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Yv8IxogS Received: by mail.netbsd.org (Postfix, from userid 605) id 9C1DA84F17; Wed, 20 Mar 2024 23:33:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710977604; bh=EHuj54CdGGVl4L61gy2oG/eIx6uYxhJZAsgV+sEz6Do=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=cVi4TfmaIn4soL6acQ3U17VwV6CoHmgzeXVqeWelfcawmR1DCZ7vLqXPaHEa/mEk6 kpdHi5+VbvFoggjKS/XZJHuMKH+3k7+Se+65T5UzR6wgKcIieWdi8YZsgwkjy0YxDA scvFFe0e8lyIgvyPoo8YlQFw6eUMEZiVfMTg48R0= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8515884F13 for ; Wed, 20 Mar 2024 23:33:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 EpQWQGxCO9Ic for ; Wed, 20 Mar 2024 23:33:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 27AF384D1B for ; Wed, 20 Mar 2024 23:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710977603; bh=EHuj54CdGGVl4L61gy2oG/eIx6uYxhJZAsgV+sEz6Do=; h=Date:From:Subject:To:Reply-To; b=Yv8IxogSdN7SD7+/f4FvHymHMWj3QdNDOWCgiVebovnhfX6JutDUGNvW4qS4XORkV O6LGH58Xkh4lsCBCMS03nXP3/E2Jt9tsYOE+kK6j0Vxdu2Ac4blCnyOnPIKi23v+Te Nh2yuKkgEcKg2BWHClEgf1TXS/2aMWYGLIIh8wfE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20F06FA2C; Wed, 20 Mar 2024 23:33:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 23:33:23 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/dev/vmt To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240320233323.20F06FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: msaitoh Date: Wed Mar 20 23:33:23 UTC 2024 Modified Files: src/sys/dev/vmt: vmt_subr.c Log Message: On error, give time to recover and wait a second. Part of OpenBSD sys/dev/vmt.c rev. 1.22. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/vmt/vmt_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.