diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2005-06-02 20:09:40 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2005-06-02 20:09:40 +0000 |
commit | c2b861c0e32dd295ee7538db6b2aac4dd7c87de2 (patch) | |
tree | 7da2e9ae4792b3d3765f32971ba6c6c0ad4de685 /etc/mtree/4.4BSD.dist | |
parent | 204533b59784a2ed890ea3c6aad96531b3989704 (diff) |
Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.
In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed. This code does not do any thermal
control yet, so this should be done with care depending on the platform.
In the tree so more people can contribute to making this more fully
featured.
Ok niklas@ grange@ tedu@
Diffstat (limited to 'etc/mtree/4.4BSD.dist')
-rw-r--r-- | etc/mtree/4.4BSD.dist | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index b1679b2120e..b91516d55d7 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.174 2005/04/02 17:21:06 jmc Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.175 2005/06/02 20:09:38 tholo Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -23,6 +23,11 @@ dev # ./etc etc +# ./etc/acpi +acpi +# ./etc/acpi +.. + # ./etc/afs afs # ./etc/afs |