Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=D6oZawBH; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tVOh/epw Received: by mail.netbsd.org (Postfix, from userid 605) id 492C784D5F; Fri, 26 Apr 2024 18:19:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714155560; bh=/rhBG5A3ONWm2jr8gNVoOpOi2av43tMtmd1rLU37T8Q=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=D6oZawBHsj/j/SFnEPyEV9UcQPLh6Ogi6XjiX8NF9i/srMlYZyWvGM0WlW5QSzXWL wZrgwDN3ZIe0rquCENU9Quo2Cbx+DeGTF7P6IZlwKdDXeSvSS0Z98ostVZo1JxU1/I iQATbQfe2zkkp36CTYlFGlfpif3ineyq/fVr0faE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E6D684D68 for ; Fri, 26 Apr 2024 18:19:19 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id INg5WSXY2Yq0 for ; Fri, 26 Apr 2024 18:19:18 +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 B6CC984D1C for ; Fri, 26 Apr 2024 18:19:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714155558; bh=/rhBG5A3ONWm2jr8gNVoOpOi2av43tMtmd1rLU37T8Q=; h=Date:From:Subject:To:Reply-To; b=tVOh/epwIQGXpR3FgTt3MIKa9r1cnbJME0KIz4T0Tjp4wP9523IyZQIcrBMZJSl5D 1S4arYE0M+OH8hDJ557G9z/M3LZ6uWLnkK0EwMhl+Kk3QqevgBUo/KWf2f9ZAJttSX JEpMedTzTIFLo2FJM5SkTqjuEiI1AWDWDtH6ZeS4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F89AFA2C; Fri, 26 Apr 2024 18:19:18 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 14:19:18 -0400 From: "Christos Zoulas" Subject: CVS commit: src/sys/dev/acpi To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240426181918.9F89AFA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: christos Date: Fri Apr 26 18:19:18 UTC 2024 Modified Files: src/sys/dev/acpi: acpi_bat.c Log Message: PR/58201: Malte Dehling: re-order sysmon initialization before acpi registration, to avoid needing to call to acpi_deregister_notify on sysmon failure. To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/dev/acpi/acpi_bat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.