Subject: re: CVS commit: src/sys/dev/acpi
To: None <cube@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 12/13/2005 11:31:38
Module Name: src
Committed By: cube
Date: Mon Dec 12 15:04:50 UTC 2005
Modified Files:
src/sys/dev/acpi: acpi.c acpivar.h
src/sys/dev/acpi/acpica/Osd: OsdEnvironment.c
Log Message:
Move the (one liner) logic of AcpiOsGetRootPointer() out of acpica/Osd to
acpi.c and take the opportunity to create a sysctl node that contains the
address of the main ACPI table.
The name of the node, "machdep.acpi_root", is questionable but matches the
one FreeBSD has, which will make it easier to port their acpidump(8)
program.
regardless of what freebsd uses, "machdep" in MD code seems wrong.