diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-06 22:14:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-06 22:14:55 +0000 |
commit | f969f8ed0d78e61346bf39bcc370527d91aec202 (patch) | |
tree | 408616256ccdcfa530a8511b32a1205ac90df415 /sys/arch/i386/conf/RAMDISKB | |
parent | 45ab20956b0bde6a2da9aaa4de89b7957e8f7ec2 (diff) |
ramdisks should have the same behaviour as GENERIC
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKB')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index e53a752db92..90ba22a0d10 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.98 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: RAMDISKB,v 1.99 2007/11/06 22:14:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -38,6 +38,7 @@ config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root +option ACPI_ENABLE acpi0 at mainbus? disable #acpitimer* at acpi? #acpihpet* at acpi? |