diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-15 22:21:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-15 22:21:33 +0000 |
commit | fcccf1df33c7633265f540124d1513023bf1fad4 (patch) | |
tree | 0d5a5bd81b66e5bea3815c7b6763202cd7dab7e8 /sys/arch/i386/conf/RAMDISK_CD | |
parent | b15e61556ee6cb83b6558e98b1166d88949a6a11 (diff) |
enable most acpi functionality by default. now instead of 'enable acpi',
you use 'disable acpi' or 'disable apm' withn you encounter problems
(depending on which kind of problems). if we work hard enough, this can
remain the situation by the time we ship the next release. otherwise, we
will re-disable acpi... so let's crackin'
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK_CD')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 2cbd7e63e74..1b14c87dfbf 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.144 2007/11/06 22:14:54 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.145 2007/11/15 22:21:32 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -40,8 +40,7 @@ config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root -option ACPI_ENABLE -acpi0 at mainbus? disable +acpi0 at mainbus? #acpitimer* at acpi? #acpihpet* at acpi? #acpiac* at acpi? |