diff --git a/en/projects/acpi/Makefile b/en/projects/acpi/Makefile new file mode 100644 index 0000000000..bd52bd29fc --- /dev/null +++ b/en/projects/acpi/Makefile @@ -0,0 +1,17 @@ +# ACPI project page +# +# $FreeBSD$ + +MAINTAINER= marks + +.if exists(../Makefile.conf) +.include "../Makefile.conf" +.endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + +DOCS= index.sgml +DATA= style.css + +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/projects/acpi/index.sgml b/en/projects/acpi/index.sgml new file mode 100644 index 0000000000..1197c9e0f5 --- /dev/null +++ b/en/projects/acpi/index.sgml @@ -0,0 +1,128 @@ + + + + + %includes; + + +N/A"> +Done"> +In progress"> +Needs testing"> +Not done"> +Unknown"> + + + + %developers; + +]> + + + &header; + +

Contents

+ + + +

Description

+ +

The acpi driver provides support for the Intel/Microsoft/Compaq/Toshiba + ACPI standard. This support includes platform hardware discovery (super- + seding the PnP and PCI BIOS), as well as power management (superseding + APM) and other features. ACPI core support is provided by the ACPI CA + reference implementation from Intel.

+ + + +

TODO List

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Task Description Responsible Last updated Priority Status Notes
Giant-free locking Remove dependency on Giant &a.njl; April 14, 2004 High &status.wip; code halfway done, battery subsys needs reworking before locking.
newbus attachments for cpu Get cpu devices under newbus so drivers like cpufreq can probe/attach &a.njl; April 14, 2004 High &status.wip; Deal with unexpected conflicts on non-x86 platforms
+ + +

Platform Support Status

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Task Responsible Last updated Status Details
amd64 freebsd-acpi@ April 14, 2004 &status.wip;  
i386 freebsd-acpi@ April 14, 2004 &status.wip;  
ia64 freebsd-acpi@ April 14, 2004 &status.wip;  
+ + +

References

+ + + + &footer; + + diff --git a/en/projects/acpi/style.css b/en/projects/acpi/style.css new file mode 100644 index 0000000000..beecc6f17a --- /dev/null +++ b/en/projects/acpi/style.css @@ -0,0 +1,38 @@ +BODY { +} + +BODY TD { + font-size: 13px; +} + +BODY SMALL { + width: 615px; + font-size: 11px; +} + +.heading { + font-size: 15px; + background-color: #cbd2ec; +} + +.section { + font-size: 15px; + font-weight: bold; + background-color: #e7e9f7; +} + +.notes { + font-size: 13px; + font-weight: normal; +} + +.main { + width: 615px; + height: auto; + text-align: justify; +} + +.list { + width: 550px; + height: auto; +}