NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58046 CVS commit: [netbsd-10] src/sys/dev/acpi



The following reply was made to PR kern/58046; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58046 CVS commit: [netbsd-10] src/sys/dev/acpi
Date: Mon, 25 Mar 2024 15:05:17 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Mon Mar 25 15:05:17 UTC 2024
 
 Modified Files:
 	src/sys/dev/acpi [netbsd-10]: acpi.c acpivar.h files.acpi
 
 Log Message:
 Pull up following revision(s) (requested by riastradh in ticket #639):
 
 	sys/dev/acpi/acpivar.h: revision 1.90
 	sys/dev/acpi/files.acpi: revision 1.129
 	sys/dev/acpi/acpi.c: revision 1.299
 	sys/dev/acpi/files.acpi: revision 1.130
 
 acpi(4): New iattr `apeibus' for attaching an APEI driver.
 
 APEI is the ACPI Platform Error Interface, a standard (if very
 complicated) interface for reporting hardware errors to the OS.
 Firmware support for APEI is presented through the ACPI tables BERT
 (Boot Error Record Table), ERST (Error Record Serialization Table),
 EINJ (Error Injection Table), and HEST (Hardware Error Source Table),
 rather than through nodes in the ACPI device tree, so it can't just
 attach through the existing acpinodebus iattr and instead requires a
 special pseudo-bus like acpiwdrt(4).
 
 No driver yet -- this is just the hook to attach one in a module.
 
 The new member sc_apei of struct acpi_softc is placed at the end of
 the structure so that this change can be safely pulled up to release
 branches without risk to ABI compatibility in existing modules such
 as acpiverbose.kmod which may rely on the layout (but not size) of
 struct acpi_softc.
 
 PR kern/58046
 
 acpi(4): Make apeibus actually work as an iattr.
 PR kern/58046
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.298 -r1.298.4.1 src/sys/dev/acpi/acpi.c
 cvs rdiff -u -r1.89 -r1.89.4.1 src/sys/dev/acpi/acpivar.h
 cvs rdiff -u -r1.126.4.1 -r1.126.4.2 src/sys/dev/acpi/files.acpi
 
 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