NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58201 CVS commit: [netbsd-10] src/sys/dev/acpi
The following reply was made to PR kern/58201; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58201 CVS commit: [netbsd-10] src/sys/dev/acpi
Date: Thu, 12 Sep 2024 19:49:00 +0000
Module Name: src
Committed By: martin
Date: Thu Sep 12 19:49:00 UTC 2024
Modified Files:
src/sys/dev/acpi [netbsd-10]: acpi_bat.c
Log Message:
Pull up following revision(s) (requested by rin in ticket #844):
sys/dev/acpi/acpi_bat.c: revision 1.122
sys/dev/acpi/acpi_bat.c: revision 1.123
PR/58201: Malte Dehling: re-order sysmon initialization before acpi
registration, to avoid needing to call to acpi_deregister_notify on sysmon
failure.
Remove 0 initializations (since the softc is zalloc'ed) and the initial
refresh which will have no data.
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.121.4.1 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.
Home |
Main Index |
Thread Index |
Old Index