Subject: CVS commit: src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 12/16/2007 21:10:34
Module Name: src
Committed By: jmcneill
Date: Sun Dec 16 21:10:34 UTC 2007
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Now that ACPI-CA doesn't parse the X/RSDT for us, we need to map it
ourselves.
Before:
acpi0: X/RSDT: OemId < , ,00000000>, AslId < ,00000000>
After:
acpi0: X/RSDT: OemId <LENOVO,TP-7L ,00001260>, AslId < LTP,00000000>
ACPI can now access the X/RSDT using 'acpi_map_rsdt' and 'acpi_unmap_rsdt'.
To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 src/sys/dev/acpi/acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.