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 | |
parent | 45ab20956b0bde6a2da9aaa4de89b7957e8f7ec2 (diff) |
ramdisks should have the same behaviour as GENERIC
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index ff978188cce..ce549274223 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.154 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: RAMDISK,v 1.155 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? 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? diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index b7b7932e717..31017f757a7 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.78 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: RAMDISKC,v 1.79 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? diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 5c7df0d6a2f..2cbd7e63e74 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.143 2007/10/07 18:41:07 mbalmer Exp $ +# $OpenBSD: RAMDISK_CD,v 1.144 2007/11/06 22:14:54 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -40,6 +40,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? |