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/amd64/conf | |
parent | 45ab20956b0bde6a2da9aaa4de89b7957e8f7ec2 (diff) |
ramdisks should have the same behaviour as GENERIC
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index b0640c8e09f..c4cd8e0c288 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.40 2007/08/20 00:02:13 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.41 2007/11/06 22:14:54 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -33,6 +33,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? diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index f3c7e759c6a..14519ac7dd6 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.76 2007/07/27 13:39:00 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.77 2007/11/06 22:14:54 deraadt Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -34,6 +34,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? |