diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-03 18:37:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-03 18:37:25 +0000 |
commit | aefdce9774d6124ba076719219c4a6d98e0b98da (patch) | |
tree | ef15c6b9637441a78e5cc5f6b99d2f37aa0636f9 /sys/arch | |
parent | 9e07071f14d1b031491f9923fb82f855f7bac8f6 (diff) |
enable aibs
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 440d5bf2ec2..3885a8c6878 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.284 2009/12/28 23:52:32 dlg Exp $ +# $OpenBSD: GENERIC,v 1.285 2010/01/03 18:37:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -54,7 +54,7 @@ acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? -#aibs* at acpi? +aibs* at acpi? mpbios0 at bios0 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index aefd18c69cc..3bbb07e382b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.677 2009/12/20 15:36:10 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.678 2010/01/03 18:37:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -66,7 +66,7 @@ acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? -#aibs* at acpi? +aibs* at acpi? option PCIVERBOSE option EISAVERBOSE |