NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54493 CVS commit: [netbsd-9] src/sys/dev/acpi
The following reply was made to PR kern/54493; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54493 CVS commit: [netbsd-9] src/sys/dev/acpi
Date: Sat, 28 Sep 2019 12:39:23 +0000
Module Name: src
Committed By: martin
Date: Sat Sep 28 12:39:23 UTC 2019
Modified Files:
src/sys/dev/acpi [netbsd-9]: acpi_i2c.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #265):
sys/dev/acpi/acpi_i2c.c: revision 1.5
joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call
The last argument to the _DSM call has to be ACPI_TYPE_PACKAGE, as defined in in
clude/acpredef.h for _DSM.
Avoids an ACPI warning at boot.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.8.1 src/sys/dev/acpi/acpi_i2c.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