Subject: CVS commit: syssrc/sys/dev/acpi
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/29/2001 21:13:48
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Sep 29 18:13:48 UTC 2001

Modified Files:
	syssrc/sys/dev/acpi: acpi.c acpivar.h

Log Message:
- Add an acpi_evaluate_string() to evaluate string objects.
- In acpi_print(), try to evaluate the _STR object, and print
  it if the device is not configured.
- Make this compile without ACPI_DEBUG, from Masanori Kanaoka.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/acpi/acpi.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/acpi/acpivar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.