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 /sys/arch/amd64/conf/GENERIC | |
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 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c213f546627..8d9be42b133 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.70 2005/05/27 06:36:23 jason Exp $ +# $OpenBSD: GENERIC,v 1.71 2005/06/02 20:09:39 tholo Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -41,6 +41,13 @@ isa0 at mainbus0 #isa0 at pcib? pci* at mainbus0 +#acpi0 at mainbus? +#acpitimer* at acpi? +#hpet* at acpi? + +#option ACPIVERBOSE +#option ACPI_ENABLE + option PCIVERBOSE option USBVERBOSE |