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.