acpi(4) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
ACPI(4)                 NetBSD Kernel Interfaces Manual                ACPI(4)


NAME
acpi - Advanced Configuration and Power Interface
SYNOPSIS
acpi0 at mainbus0 acpiacad* at acpi? acpibat* at acpi? acpibut* at acpi? acpiec* at acpi? acpilid* at acpi? acpitz* at acpi? com* at acpi? fdc* at acpi? lpt* at acpi? npx* at acpi? pckbc* at acpi? spic* at acpi? vald* at acpi? wss* at acpi? options ACPI_DEBUG options ACPIVERBOSE options ACPI_PCI_FIXUP options ACPI_ACTIVATE_DEV=0 options ACPICA_PEDANTIC
DESCRIPTION
NetBSD provides machine-independent bus support for ACPI devices and includes several ACPI device drivers. The NetBSD implementation of ACPI integrates Intel's ACPI Component Architecture (aka ACPI-CA) for the OS-independent part. The ACPI-CA pro- vides OS-neutral ACPI functionalities such as ACPI BIOS table support, an ACPI event framework and an AML (ACPI Machine Language) interpreter. Options: ACPI_DEBUG Enable ACPI debugging message outputs. ACPI_PCI_FIXUP Enable ACPI-based PCI interrupt routing fixup. If you have PCI interrupt related problem, try this option. ACPI_ACTIVATE_DEV Determine if the ACPI driver should attempt to activate inactive devices. The default is off. ACPICA_PEDANTIC Force strict conformance to the ACPI specification in the ACPI-CA. Do not enable this option unless you are debugging.
SUPPORTED DEVICES
NetBSD ACPI supports several machine-dependent and machine-independent devices: machine-independent devices acpiacad ACPI AC adapters. acpibat ACPI Control Method Batteries. acpibut ACPI power and sleep buttons. acpiec ACPI Embedded Controllers. acpilid ACPI lid switches. acpitz ACPI thermal zones. com NS8250-, NS16450-, and NS16550-based serial ports. fdc Floppy disk controllers. lpt Standard ISA parallel port interface. wss Windows Sound System-compatible sound cards based on the AD1848 and compatible chips. i386-dependent devices npx i386 numeric processing extension coprocessor. pckbc PC keyboard controllers. spic Sony programmable I/O controller. vald Toshiba Libretto device.
SEE ALSO
acpiacad(4), acpibat(4), acpibut(4), acpiec(4), acpilid(4), acpitz(4), apm(4), com(4), fdc(4), lpt(4), npx(4), pci(4), pckbc(4), spic(4), wss(4) ACPI specification, http://www.acpi.info/. Intel ACPI CA (Component Architecture), http://developer.intel.com/technology/iapc/acpi/.
HISTORY
The acpi driver appeared in NetBSD 1.6.
BUGS
Most of the ACPI power management functionalities are not implemented. NetBSD 2.1 April 25, 2004 NetBSD 2.1
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.