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? attimer* at acpi? com* at acpi? fdc* at acpi? joy* at acpi? lpt* at acpi? mpu* at acpi? npx* at acpi? pckbc* at acpi? pcppi* at acpi? sony* at acpi? spic* at acpi? vald* at acpi? wss* at acpi? options ACPI_DEBUG options ACPIVERBOSE options ACPI_ACTIVATE_DEV options ACPICA_PEDANTIC options ACPI_DSDT_OVERRIDE
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_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 debug- ging. ACPI_DSDT_OVERRIDE Force a given DSDT instead of the BIOS- supplied version. Use ACPI_DSDT_FILE to specify a DSDT. ACPI_DSDT_FILE="filename" If ACPI_DSDT_FILE is not specified, default to ``dsdt.hex'' in the build directory.
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. attimer AT Timer. com NS8250-, NS16450-, and NS16550-based serial ports. fdc Floppy disk controllers. joy Joystick/Game port interface. lpt Standard ISA parallel port interface. mpu Roland MPU-401 (compatible) MIDI UART. pcppi AT-style speaker sound. 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. sony Sony Miscellaneous Controller 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), attimer(4), com(4), fdc(4), joy(4), lpt(4), mpu(4), npx(4), pci(4), pckbc(4), pcppi(4), sony(4), spic(4), vald(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 4.0 March 25, 2006 NetBSD 4.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.