diff options
| author | perry <perry@NetBSD.org> | 2003-02-06 00:27:06 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2003-02-06 00:27:06 +0000 |
| commit | b46df93398bdee9d115715f1bf37c4c3ec8f105f (patch) | |
| tree | 9566fa67fbafe0d5235f95c9b78173975121c3de /sys/dev | |
| parent | 2e73bb80fe22a8bc9593de85e0461a349ff34b18 (diff) | |
Document a URL from which you can get the ACPICA programmer reference manual.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi/acpica/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpica/README b/sys/dev/acpi/acpica/README index 55a3b9da5f8..74adecde38c 100644 --- a/sys/dev/acpi/acpica/README +++ b/sys/dev/acpi/acpica/README @@ -1,4 +1,4 @@ -# $NetBSD: README,v 1.2 2001/09/28 01:24:44 thorpej Exp $ +# $NetBSD: README,v 1.3 2003/02/06 00:27:06 perry Exp $ This is the Intel ACPI Component Architecture, Intel's reference implementation of the core operating system ACPI support. The @@ -16,6 +16,10 @@ in the following document: ACPI Component Architecture Programmer Reference Intel Corp. +Copies of the document may be retrieved from: + + http://developer.intel.com/technology/iapc/acpi/downloads.htm + Machine-dependent code must provide the following routines for Osd: ACPI_STATUS acpi_md_OsInitialize(void); |
