1This file and its contents are supplied under the terms of the 2Common Development and Distribution License ("CDDL"), version 1.0. 3You may only use this file in accordance with the terms of version 41.0 of the CDDL. 5 6A full copy of the text of the CDDL should have accompanied this 7source. A copy of the CDDL is also available via the Internet at 8http://www.illumos.org/license/CDDL. 9 10Copyright (c) 2018, Joyent, Inc. 11 12--- 13 14The ACPI code is currently based on 'joyent/20180629', which is based on 15the '20180629' release. 16 17The ACPI utilities are based on the Intel ACPI source code drops. Most 18of the ACPI source code lives in the following directories: 19 20 usr/src/uts/common/acpica Common to kernel and commands 21 usr/src/uts/intel/io/acpica Kernel 22 usr/src/uts/intel/sys/acpi Headers 23 usr/src/cmd/acpi Commands 24 25We maintain an ACPI repository that has the tools to sync up the ACPI 26data in illumos. The repository README has more information on the 27repository. It has the following information: 28 291. Branches with all of our modification on top of our data. 30 312. Instructions and tools with all of our updates. 32 333. The tool 'tools/acpica-update' in the repository can be used to 34update the ACPI source code in illumos. 35